No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hi All, Can any one help me,Is That possible to develop such an application is asp.net2.0 where the end user be able to design his own crystal reports . Thanks In Advance! Steve
HI All, How can I translate some asp.net html pages into silverlight ? Are there equivalents for labels, submit buttons, forms, etc ? Thanks In Advance! Steve
Hi all, Iam using file upload control in my application where user can upload single as well as multiple files & make sure file is uploaded with unique name. Also once uploaded to be able to view files in a dropdown & have a download button so selecting any file …
HI All, In my web based project one quiz module is there for that i need to implement progress bar and timer,.if any body have an idea please help me. Thanks In Advance! Steve
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 = …
The End.
stevejhon