- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
10 Posted Topics
Re: give the following in your web.config file <customErrors mode="Off"/> it will show the programming error. from the error itself you can identitfy the problem . | |
Re: { foreach (GridViewRow row in GridView1.Rows) { if (((CheckBox)row.FindControl("CheckBox1")).Checked == true) { ((CheckBox)rows.FindControl("CheckBox1")).Text(); } } } try this code ... hope it will work for you | |
Re: May be multiple clicks on the button leads to create repeated data in table.You have to redirect current page itself after insertion occurs, or else you have to check record exists in table by select query before insertion... | |
I have a string variable .. i need to append some value in front of this string ... i tried pad left function.. but it was not working for example string s= "sample" now in want to insert "daniweb " , so my output of string s will be "daniweb … | |
Re: in code behind file u need to have the class as below Partial Class _Default Inherits System.Web.UI.Page End Class <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> [B]Inherits="_Default"[/B] refers inherits the code behind class file. | |
Re: GIVE UR FILE PATH in the below coding [icode]<a href="filename">download</a>[/icode] | |
Re: If you are in x page. [COLOR="Green"]set a querystring or hidden field if u wanna to go login page for eg: login.aspx?page="X"[/COLOR] [COLOR="Green"][/COLOR] At that page you want to use login page. [COLOR="Green"]in login page save the variable in hidden field ... [/COLOR] After login you want to return that … | |
Re: create a table like comment id, commentname,photo id for each comments u can save a photo id. for a single photo u can add multiple comments.. i hope , this will solve ur issue or else let me know | |
Re: [url]http://labs.developerfusion.co.uk/convert/vb-to-csharp.aspx[/url] check this link u can convert vb.net code to c# and vice versa |