- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
9 Posted Topics
i created setup for my window application. i want to change the icon of my setup file help me thank u.
A cookie is a small peace of information stored in client system in a plain format. cookies r two type one in inmemory cooke and second one is persistent cookie. inmemory cooke has no expiry date. these cookies r there in a system when user browsing the website. when user …
in page load or button click event { string="select * from xxx"; DataAdapter Da=new DataAdapter(string,con); DataSet Ds= new DataSet(); Da.Fill(Ds,"xxx") ; //xxx means table name Gridview1.DataSource=Ds.Tables["xxx"]; Gridview1.DataBind(); }
hi saradha add this code to regularexpression ' \w{6}\d{6}' and it will work if not send message
i have to convert HTML page to XML page help me thank you.
write in regularexpression ^[0-9]{9}[a-zA-Z]$ i t will work for u
Before installing vs.net first u have to check the IIS is ther r not. go to start button click on run and type 'inetmgr' if iis is not there it give the information that iis is not there so u have to install iis by putting the os cd. Then …
in my application grid view is there i want to disable the horizontal lines in gridiview control help me
in my webapplication i create a dynamic datalist but it is not getting please help me this is my code thanku protected void btn_Click(object sender, EventArgs e) { DataList datlst = new DataList(); datlst.ID = "mydatalist"; da = new SqlDataAdapter("select emname from emp", con); ds = new DataSet(); da.Fill(ds, "emp"); …
The End.