Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #25.0K
Ranked #4K
~3K People Reached
Favorite Tags

6 Posted Topics

Member Avatar for nuevoenjava

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

Member Avatar for kvprajapati
0
109
Member Avatar for ravidaniweb

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

Member Avatar for nuevoenjava
0
227
Member Avatar for mani508

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 …

Member Avatar for bharat_4g
0
1K
Member Avatar for GilbertB

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

Member Avatar for bharat_4g
0
809
Member Avatar for UtaChan

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();).

Member Avatar for bharat_4g
0
235
Member Avatar for UtaChan
Member Avatar for UtaChan
0
179

The End.