- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
6 Posted Topics
Re: This can be done using a jquery plugin(waypoints) and ajax, i dont thing with out using AJAX or ASP.NET AJAX this cannot be acheived | |
Re: use asp.net Grid view control which has all the predefined functionalities(Which you require) like selecting the record, adding the record, updating the record and removing the record with out writing any code behind | |
Re: Hi Mani508, The best way to do this is using ASP.NET AJAX or Create a webservice in .net and call it using JQuery Ajax # DataBase # You need 3 tables to do this User table(with user id as primary key) Item table(with item id as primary key) User_Item_map(with item … | |
Re: Why do you generate Ids in a table? why can't you use Identity column to generate the Id by the sqlserver, use SCOPE_IDENTITY() to get the newly created id | |
Re: Hi UtaChan, I completely dont understand your requirement but if you want you can dynamically create any asp.net control using code behind, because every asp.net control is a class and you can create an object and use them directly(like TextBox txt1=new TextBox();). | |
Re: use LiteralControl l1 = new LiteralControl("<br/>"); to create <br/> html tag |
The End.