| | |
while converting anything into string where to use GetInt32
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Dec 2008
Posts: 2
Reputation:
Solved Threads: 0
the thing is I am just a beginner and started learning .net. Can anyone tell me about the meaning of this statement. Here myrdr is the object of sqldatareader. Your responses are highly appreciated. And I had some pressure so got to learn things quickly. Please Reply and Thanks in advance.
Regards
TextBox1.Text = System.Convert.ToString(myrdr.GetInt32(0) + 1);
Regards
TextBox1.Text = System.Convert.ToString(myrdr.GetInt32(0) + 1);
•
•
Join Date: Dec 2008
Posts: 2
Reputation:
Solved Threads: 0
sorry i write the whole code.
asp.net Syntax (Toggle Plain Text)
SqlConnection myconn = new SqlConnection(connstr); SqlCommand mycomm = new SqlCommand(); mycomm.Connection = myconn; mycomm.CommandText = "select max(saleordno) from salesordmast"; myconn.Open(); SqlDataReader myrdr = mycomm.ExecuteReader(); myrdr.Read(); if (myrdr.IsDBNull(0) != true) { TextBox1.Text = System.Convert.ToString(myrdr.GetInt32(0) + 1); } else TextBox1.Text = "1";
Last edited by peter_budo; Dec 29th, 2008 at 11:30 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
![]() |
Other Threads in the ASP.NET Forum
- Previous Thread: Firefox, Multiline Textbox Issue
- Next Thread: How Can Display In Label Control
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 3.5 ajax alltypeofvideos anathor appliances application asp asp.net beginner box browser businesslogiclayer button c# cac checkbox class commonfunctions control countryselector dataaccesslayer database datagrid datagridview datalist deployment development dgv dialog dropdownlist dropdownmenu dynamic dynamically edit embeddingactivexcontrol feedback fileuploader fill findcontrol flash folder form gridview gudi iis image javascript list listbox login maps microsoft mobile mouse mssql nameisnotdeclared news novell numerical opera panelmasterpagebuttoncontrols parent problem project radio redirect registration relationaldatabases reportemail richtextbox schoolproject search security select sessionvariables silverlight smoobjects software sql sql-server sqlserver2005 ssl tracking treeview validatedate validation vb.net videos vista visualstudio vs2008 web webapplications webdevelopment webprogramming webservice wizard xsl





