Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #31.8K
~658 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Enjoy

Hi all, I am using asp and vb and back end is SQL . I am getting syntax error in update command. Error is Incorrect Syntax near keyword "desc". Can anyone debug this. R can you tell me an alternative way to update record in database. I have to check …

Member Avatar for Kusno
0
148
Member Avatar for stevejhon

Hello I had problem I want to delete row from my datatable through asp:linkbutton. How can I do this. I had the following code, but it adds another row to the table protected void delCart(object s, DataTableNewRowEventArgs e) { dt = (DataTable)Session["Cart"]; dt.Rows[e.Item.ItemIndex].Delete(); //dt.Rows(e.Item.ItemIndex).Delete(); int CartItem = (int)Session["cartItem"]; CartItem = …

Member Avatar for zezo
0
114
Member Avatar for nice_true

hello! I would like to know the method of preserving the format of text when entering it into the databse, so that the same format is restored when data is retrieved bak from the database. for example if I write hello world [B]good morning[/B] [COLOR="red"]how are you[/COLOR] all the three …

Member Avatar for zezo
0
96
Member Avatar for Enjoy

Hi all, I am using asp.net with vb.net and creating linkbutton dynamically during run time. I need to add a handler for all these buttons. Plz tell me how to add one event handler for all the link buttons. this is the function i am using Protected Sub linkbutton4_Command(ByVal sender …

Member Avatar for zezo
0
76
Member Avatar for mailtosridar
Member Avatar for creativehacker

Is there any way to disable saveas option in IE browser I found a site where they disabled saveAs in IE [url]www.totaram.com[/url] how did they actually do that can this be done using javascript...or any other mechanism I want saveas to be disabled when users see my site in IE

Member Avatar for zezo
0
123