Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- error in datarow
- assuming that i have acoonection and i have also the DataAdapter and DAtasetdim dt as datatable = ds.tables.item("Profile")dim row as datarow = dt.select(row(2) =cbolname.text)(0)i have the error in datarow... example i have 5 columns(id,lname,fname,mname,contact) i want to select the records based on combobox and put the records in the fields(like...
- Tags: plr007
- Q&A 2005-05-12
- how do i use rs!field in vb.net
- is there anyway i can use rs!field (ex: rs!customer_id) in vb.net.when i code it in VB.netdim str as stringset rs = new adodb.recordsetdim x as singlestr = "select customer_id from person"rs.open str, dbconn, 3,2x = rs!customer_id ''' this is error it says to many arguments..how do i solve it in...
- Tags: Console.Write, DataReader, Dataset, Dim strConn, Dim strSQL, Microsoft ADO.NET, OLEDBCommand, OleDbConnection, plr007, programming, ToString
- Q&A 2005-05-04
- cannot open aspx form
- good day to everyone, i have some question regarding the asp.net i develop in VB.NET. i cant open my aspx form in Inter explorer when i click the run button in VB.net. pls help me how do i run my Web application. I create a HTML file and it works...
- Tags: plr007, programming, Web
- Q&A 2005-05-04
- question continue (cant run aspx form)
- Exception Details: System.UnauthorizedAccessException: Access to the path "D:WINDOWSMicrosoft.NETFrameworkv1.1.4322Temporary ASP.NET Filesralph351c7006f130c620" is denied. ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}ASPNET on IIS 5 or Network Service on IIS 6)...
- Tags: Microsoft ASP.NET, plr007, programming, Microsoft IIS Server
- Q&A 2005-05-04
- << Previous
- page 1 of 1
- Next >>