Can i store DataReader object in Session State?How? Is it recommecded to store DataReader in Session State from performance point of view?
Latest Answer: Because Javascript is client side scripting and JScript is server side scripting. So when we require basic validations like entiering name, emailid and other, using javascript is a good option. ...
How can we write code to Add textbox Control In DataGrid how to updateing datagrid using xml codewith out connection
Hihow to view a inmemory cookie as we can view persistant cookie.we can find persistant cookie in c:documentsand seetingscookies folderin the same way is it possible to view inmemory cookie .As per concept it will be stored in browser side how can we see it.Regardssarath
When i open the .net window as asp.net web application with c# as project type i'm getting an error msg as the unc share does not exist how to troubleshoot this error?
When i try to open the asp.net web application template with C# projects as project type i'm getting the error message as"The default web access mode for this project is set to file share,but the project folder at http://localhost/webapplication1 cannot be opened with path acer-a6abc676f9wwwroot$webapplication 1." What i have to do to rectify this error ?
In application state in asp.net where this is stored?in session state in asp.net where this is stored? what is an IIS?what a server contains exactly?can asp event handlers handled on the server or not?
Latest Answer: Think x stands for "extended" ASPX meaning ASP extended ...
Private void Button1_Click(object sender, System.EventArgs e) { con=new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:signin.mdb;Persist Security Info=False"); string s; s="select * from login where username='" + TextBox1.Text + "'and password='" + TextBox2.Text + "'"; ad.SelectCommand.CommandText=s; ds=new DataSet(); ad.Fill(ds); if(ds.Tables[0].Rows.Count>0) { Label3.Text ="valid user"; } else Label3.Text="Invalid
Can i test .net applications in win runner testing tool. because people says that u cannot test .net applications in win runner. why?
View page << Previous 10 11 12 13 [14] 15 16 17 18 19 Next >>

Go Top