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
~707 People Reached
Favorite Forums

6 Posted Topics

Member Avatar for Enjoy

com = [COLOR="Red"]New[/COLOR] SqlCommand("Update prod_details Set price ='" & price.Text & "',qty='" & qty.Text & "',desc='" & desc.Text & "' where cname='" & cname.Text & "' and pname= '" & pname.Text & "' and mno= '" & mno.Text & "'", con) try type new not New and add [COLOR="Red"];[/COLOR] at …

Member Avatar for Kusno
0
162
Member Avatar for stevejhon

At first type your code on DeleteCommand event ,choose it from event properties [CODE]private void DataList1_DeleteCommand(object source, System.Web.UI.WebControls.DataListCommandEventArgs e) { }[/CODE] Try the links below , it contains sample codes that help you: [URL="http://authors.aspalliance.com/aspxtreme/webforms/controls/allowinguserstodeleteitemsindatalist.aspx"]http://authors.aspalliance.com/aspxtreme/webforms/controls/allowinguserstodeleteitemsindatalist.aspx[/URL] [URL="http://www.dotnetjunkies.ddj.com/Article/6614EF8F-2ADB-4AEB-B2B7-D96278B53D74.dcik"]http://www.dotnetjunkies.ddj.com/Article/6614EF8F-2ADB-4AEB-B2B7-D96278B53D74.dcik[/URL] [URL="http://www.ondotnet.com/pub/a/dotnet/2003/03/10/datalist.html"]http://www.ondotnet.com/pub/a/dotnet/2003/03/10/datalist.html[/URL]

Member Avatar for zezo
0
120
Member Avatar for nice_true

I Think it is impossible as formatting of text is designed from application but there is one way , you make function to get the formate "font name,color, size" of the text and insert it concatenated with text into database. and make another function to check the concatenation and formate …

Member Avatar for zezo
0
101
Member Avatar for Enjoy

If you need easy way, Yuo can add these LinkButton on your design and make its visible property = False then when you meet your condition at run time switch visible to True. If you need your way, Try the link below: [url]http://www.velocityreviews.com/forums/t98800-how-to-assign-event-handlers-at-runtime.html[/url]

Member Avatar for zezo
0
83
Member Avatar for mailtosridar

1. right click on your DataGrid -->Property Builder -->Columns --> Template Column --> Apply --> Ok. 2. Right click again --> EidtTemplate --> choose Column you add --> drag CheckBox control from Toolbox and drop it in ItemTemplate field and if you need CheckBox in edit mode put another CheckBox …

Member Avatar for zezo
0
105
Member Avatar for creativehacker

[COLOR="Red"]1. At first,[/COLOR] you can not disable save as menu command as it is for explorer not for web page. I go to [url]http://www.totaram.com[/url] with firefox and save as is enabled, so if you disable it from IE, you not in other explorers. and also you can not prevent short …

Member Avatar for zezo
0
136

The End.