Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
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 #3K
~2K People Reached
Favorite Tags

10 Posted Topics

Member Avatar for Nithya.G

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 .

Member Avatar for crishlay
0
187
Member Avatar for Shubhib

{ 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

Member Avatar for hopel7758
0
254
Member Avatar for preethi_ga

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...

Member Avatar for priyankaa
0
119
Member Avatar for raj416

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 …

Member Avatar for nvmobius
0
678
Member Avatar for evios

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.

Member Avatar for raj416
0
146
Member Avatar for Jahira

Instead of joining 13 datasets , u can use join condition through sql to get all table fields into a single table ,now assign that table to a dataset.. this will increase your performance too

Member Avatar for Jahira
0
62
Member Avatar for sandip250382

GIVE UR FILE PATH in the below coding [icode]<a href="filename">download</a>[/icode]

Member Avatar for majestic0110
0
75
Member Avatar for nandhinijp

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 …

Member Avatar for nandhinijp
0
85
Member Avatar for nandhinijp

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

Member Avatar for nandhinijp
0
66
Member Avatar for Nithya.G

[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

Member Avatar for raj416
0
276