
RANJANASPNET.WORDPRESS.COM
Ranjan's Weblog | Asp.Net weblog on WordPress.comAsp.Net weblog on WordPress.com
http://ranjanaspnet.wordpress.com/
Asp.Net weblog on WordPress.com
http://ranjanaspnet.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Tuesday
LOAD TIME
0.8 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
13
SSL
EXTERNAL LINKS
9
SITE IP
192.0.78.12
LOAD TIME
0.781 sec
SCORE
6.2
Ranjan's Weblog | Asp.Net weblog on WordPress.com | ranjanaspnet.wordpress.com Reviews
https://ranjanaspnet.wordpress.com
Asp.Net weblog on WordPress.com
Inserting record in table with generating new id for primary key field using single query | Ranjan's Weblog
https://ranjanaspnet.wordpress.com/2007/11/12/inserting-record-in-table-with-generating-new-id-for-primary-key-field-using-single-query
Inserting record in table with generating new id for primary key field using single query. November 12, 2007 at 10:21 am Posted in SQL Server. Query to Insert new record in table with generating new id in key column. If no records exist then new id is 1 else new id is greater then 1 of maximum id. Inserting new product in product master : –. Note : Assuming that productid is of type int. Insert into product master (productid,product name,created date). Leave a Comment ». Feed for comments on this post.
Basic of Ajax | Ranjan's Weblog
https://ranjanaspnet.wordpress.com/2007/11/07/basic-of-ajax
November 7, 2007 at 8:06 am Posted in Ajax. How to make an HTTP request and handle the response? Advantages and Disadvantages of Using Ajax. Where to Use and Where Not to Use Ajax? XHTML and CSS – for presentation. Document Object Model (DOM) – for dynamic display and interaction. XML and XSLT – for data interchange and manipulation. XMLHttpRequest – for asynchronous data retrieval. Java Script – for binding everything together. How to make an HTTP request and handle the response? In order to make an HTT...
Sending Mail using SmtpClient | Ranjan's Weblog
https://ranjanaspnet.wordpress.com/2007/10/29/sending-mail-using-smtpclient
Sending Mail using SmtpClient. October 29, 2007 at 9:37 am Posted in Dot Net. Imports System.Net.Mail. Protected Sub btnRegister Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnRegister.Click. Dim smtpClient As New SmtpClient. Dim message As New MailMessage. Dim fromAddress As New MailAddress(host site mail address). Dim toAddress As New MailAddress(receiver mail address). 8216;You can specify the host name or ipaddress of your server. 8216; Default in IIS will be localhost. Respons...
Ranjan's Weblog | Asp.Net weblog on WordPress.com | Page 2
https://ranjanaspnet.wordpress.com/page/2
October 23, 2007 at 7:31 am Posted in Crystal Report. Using split() function with array in crystal report. 1) To return single element value in string. Local stringVar array ;. Local stringVar returnValue;. Split({},’ ’); / Split(,delimeter);. 2) To return all elements in string. Local numbervar asize := ubound();. Local numbervar x;. Local stringvar returnValue:=””. For x := 1 to asize do. ReturnValue := returnValue and [x] and ” “. October 22, 2007 at 7:07 am Posted in Uncategorized.
Calling Crystal report viewer in dot net | Ranjan's Weblog
https://ranjanaspnet.wordpress.com/2007/10/23/calling-crystal-report-viewer-in-dot-net
Calling Crystal report viewer in dot net. October 23, 2007 at 12:57 pm Posted in Dot Net. Using Crystal report in dot net. Imports CrystalDecisions.CrystalReports.Engine. Dim intCounter As Integer. Dim intCounter1 As Integer. 8216;Crystal Report’s report document object. Dim objReport As New CrystalDecisions.CrystalReports.Engine.ReportDocument. 8216;object of table Log on info of Crystal report. Dim ConInfo As New CrystalDecisions.Shared.TableLogOnInfo. 8216;Sub report object of crystal report. CrystalD...
TOTAL PAGES IN THIS WEBSITE
13
Advantage Of stored procedures | Rajashri's Weblog
https://rajashri.wordpress.com/2007/10/25/advantage-of-stored-procedures
Just another WordPress.com weblog. What Is Stored procedure. What Is .NET? Advantage Of stored procedures. October 25, 2007. A variety of advantages can be obtained through the use of stored procedures. Edit] Pre-compilation of SQL statements. Edit] Execution on a database server. Stored procedures can run directly within the database engine. In a production system, this typically means that the procedures run entirely on a specialized database server, which has direct access to the data being access...
About | Rajashri's Weblog
https://rajashri.wordpress.com/about
Just another WordPress.com weblog. This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your Twitter account. ( Log Out.
How to use Transaction inside Stored Procedure Using Sql Server 2000 | Rajashri's Weblog
https://rajashri.wordpress.com/2007/10/25/how-to-use-transaction-inside-stored-procedure-using-sql-server-2000
Just another WordPress.com weblog. Transaction Management: Stored Procedures or ADO.NET? How to use Transaction inside Stored Procedure Using Sql Server 2000. October 25, 2007. 8212; This sproc performs two DELETEs. First it deletes all of the. 8212; department’s associated employees. Next, it deletes the department. 8212; STEP 1: Start the transaction. 8212; STEP 2 and 3: Issue the DELETE statements, checking @ ERROR after each statement. WHERE DepartmentID = @DepartmentID. IF @ ERROR 0. IF @ ERROR 0.
Transaction Management: Stored Procedures or ADO.NET? | Rajashri's Weblog
https://rajashri.wordpress.com/2007/10/25/transaction-management-stored-procedures-or-adonet
Just another WordPress.com weblog. How to use Transaction inside Stored Procedure Using Sql Server 2000. What Is Stored procedure →. Transaction Management: Stored Procedures or ADO.NET? October 25, 2007. This article, along with last week’s look at using ADO.NET to manage transactions, provide two different ways for providing transactional support in your data-driven applications. So which technique should you use? That is, my code would look something like:. 8216;Create a connection. Throw ‘Bubbl...
October | 2007 | Rajashri's Weblog
https://rajashri.wordpress.com/2007/10
Just another WordPress.com weblog. Monthly Archives: October 2007. What Is .NET? October 25, 2007. The Microsoft platform includes everything a business needs to develop and deploy a Web service-connected IT architecture: servers to host Web services, development tools to create them, applications to use them, and a worldwide network of more than 35,000 Microsoft Certified Partner organizations to provide any help you need. Advantage Of stored procedures. October 25, 2007. In addition, pre-compiled SQL s...
What Is Stored procedure | Rajashri's Weblog
https://rajashri.wordpress.com/2007/10/25/what-is-stored-procedure
Just another WordPress.com weblog. Transaction Management: Stored Procedures or ADO.NET? Advantage Of stored procedures →. What Is Stored procedure. October 25, 2007. A stored procedure is a subroutine available to applications accessing a relational database system. Stored procedures (sometimes called a sproc or SP) are actually stored in the database. This entry was posted in Sql Server. Transaction Management: Stored Procedures or ADO.NET? Advantage Of stored procedures →. Leave a Reply Cancel reply.
Hello world! | Rajashri's Weblog
https://rajashri.wordpress.com/2007/10/25/hello-world
Just another WordPress.com weblog. How to use Transaction inside Stored Procedure Using Sql Server 2000 →. October 25, 2007. Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging! This entry was posted in Uncategorized. How to use Transaction inside Stored Procedure Using Sql Server 2000 →. One response to “ Hello world! October 25, 2007 at 9:48 am. Hi, this is a comment. Leave a Reply Cancel reply. Enter your comment here. Address never made public). What Is .NET?
What Is .NET? | Rajashri's Weblog
https://rajashri.wordpress.com/2007/10/25/what-is-net
Just another WordPress.com weblog. Advantage Of stored procedures. What Is .NET? October 25, 2007. The Microsoft platform includes everything a business needs to develop and deploy a Web service-connected IT architecture: servers to host Web services, development tools to create them, applications to use them, and a worldwide network of more than 35,000 Microsoft Certified Partner organizations to provide any help you need. This entry was posted in Asp.net 2.0. Advantage Of stored procedures.
TOTAL LINKS TO THIS WEBSITE
9
Ranjanas Ceramic (Pvt) Ltd
Ranjanas Ceramic - comes with the powerful backing of its mother-brand
Realtor Ranjana - Top Real Estate Agent in Bay Area
FORECLOSURE / REO / SHORT SALES. NEWER HOMES ( 10 YRS OLD). Ranjana Shreedhar Coldwell Banker. Free Offer For Sellers! Free MLS Home Search. Receive listings by E-mail. Real Estate Made Real Easy! Planning to Sell Your Home? Find Out What Your Home Is Worth? Market Value Analysis of your home! Don't put your home on sale before you get this report. Get Your Free Report! Search Homes Direct From MLS IDX. Get Up-To-The-Minute Listing Data. A service from Ranjana Shreedhar for the benefit of customers!
Ranjan's Weblog | Asp.Net weblog on WordPress.com
Inserting record in table with generating new id for primary key field using single query. November 12, 2007 at 10:21 am Posted in SQL Server. Query to Insert new record in table with generating new id in key column. If no records exist then new id is 1 else new id is greater then 1 of maximum id. Inserting new product in product master : –. Note : Assuming that productid is of type int. Insert into product master (productid,product name,created date). November 7, 2007 at 8:06 am Posted in Ajax. Desktop ...
Dr Ranjana Srivastava
Was educated in India, the United Kingdom, the United States and Australia. She graduated from Monash University with a first-class honours degree and several awards in medicine. Ranjana undertook her internship, residency and specialist training at various Melbourne hospitals. Ranjana’s writing has been published worldwide, including in. And in medical journals. New England Journal of Medicine. Journal of the American Medical Association. Journal of Hospice and Palliative Care Management. This book deal...
Ranjan Associates | Tax Consultant | Accounting Services | Legal Advisory | Financial Advisory | Madhubani | Bihar
Is a Tax Consultant firm in Madhubani (Bihar) India. It is a professionally managed Tax Consultant, Legal Adviser with financial Advisory firm. We have an experience of more than 15 years in the field of Taxation, Accountancy and Legal Practices etc. As professional ethics and various confidentiality agreements with our clients we cannot disclose the name of our clients. B2B Member by :.
www.ranjanasyoga.com
A poetess blog
Saturday, July 11, 2015. ज़्यादा झूम कर मत बरसना. कुछ छतें कमज़ोर हैं. टूट सकती हैं. नयी बनी सड़कों के. किनारे भी कटने लगे हैं,. शादी का तम्बू गाड़ने के लिये. किया गया गड्ढा. अब और बड़ा हो गया है.…. पड़ोस वाले बाबा की. छतरी में छेद हो गया है. फिर भी वो बारिश को. बेवकूफ बनाने के लिए. निकल पड़ते हैं उसे लेकर.…. दो दिन तेज़ बारिश हो जाये. तो छतें इतना टपकती हैं. की outdoor और indoor का. फर्क खत्म हो जाता है.…. और भी है बहुत कुछ कहने को. पर बातों की फहरिस्त. इसलिए निचोड़ कर दुपट्टा. रंजना डीन. Thursday, April 23, 2015.
CATCHLIGHT
Monday, November 3, 2014. Grant project for Austin Art in Public Places. This project was created to support a grant application for Austin Art in Public Places. When Chris first told me about his idea, I loved it and was able to immediately visualize what was necessary to demonstrate his amazing concept. The following video was created over a weekend and ended up winning Chris and his team the first place (and a huge grant! AIPP competition project winner. Monday, November 11, 2013. Cape Cod Clam Bake.