Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~406 People Reached
Favorite Forums
Favorite Tags
Member Avatar for draxous

[CODE] LinkButton lnkBtnRemove = (LinkButton)Repeater1.Items[0].FindControl("lnkRemove"); lnkBtnRemove.Visible = false;[/CODE] i used above code to make visible false of a link button i have placed in a repeater control.but it gives me a error of "Index was out of range. Must be non-negative and less than the size of the collection. Parameter …

Member Avatar for arun1123
0
303
Member Avatar for draxous

I used below code to display some data using crystal report.i used separate dataSet() object and connected it to the crystal report setDataSourse. There are no compile errors,but after running it gives me the error [B]"Load report failed". [/B] plz help.. The code. [CODE] String ConnectionString = ConfigurationManager.ConnectionStrings[0].ConnectionString; SqlConnection con …

0
48
Member Avatar for draxous

hey guys...this is ma code which i used in ma application.i tried different kind of codes,but i got da same error unfortunately.i'm using my university network,which has restricted proxy sever.So is this because of the proxy server restrictions,if so tell me how to over come this please..thanx [code] System.Net.Mail.MailMessage mail …

Member Avatar for reach_shailshar
0
55