No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
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.
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 …
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]
[url]www.asp.net/learn/[/url] they have videos and source code to assist everyone
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.
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 …
The End.