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
Ranked #27.9K
~744 People Reached

6 Posted Topics

Member Avatar for arny1

if you are up for it there is a control that helps to export your gridview data to excel with the click of a button. i tried it out and it works fine. you can get it at : [url]http://exporttoexcel.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=10267[/url] but that's the easy way out.

Member Avatar for mail2saion
0
116
Member Avatar for ishamputra

This code checks checkboxs in a gridview on page load. i believe you can use this. I am sorry this code is in vb but i hope it still helps maybe someone can rewrite it out in c#. please tell me if it's what you need [code] Protected Sub Page_Load(ByVal …

Member Avatar for ishamputra
0
147
Member Avatar for amar_interface

try using a placeholder control. you can create a control at any time if you use a placeholder control. try this video to see what i mean [url]http://www.asp.net/learn/videos/video-383.aspx[/url]

Member Avatar for amuda.narayana
0
97
Member Avatar for smilsuren

[url]www.asp.net/learn/[/url] they have videos and source code to assist everyone

Member Avatar for smilsuren
0
135
Member Avatar for andhrawala1983

if its bulk editing with a gridview that you are Looking for. try this article [url]http://www.narizvi.com/blog/post/Editing-all-the-rows-in-a-GridView-(Bulk-edit).aspx[/url] tell me if its what you want.

Member Avatar for andhrawala1983
0
132
Member Avatar for Stals

Elaborate more on what you mean by 3 elements in a filepath [QUOTE=Stals;926872] to get file paths. There are 3 elements for example. And i need them to become variables. (a,b,c) And show in labels [code] Label1.text= a Label2.Text =b Label3.Text =c [/code] Label1 will show the first file path …

Member Avatar for steve11
0
117

The End.