Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:654353
More Search Options
RSS Available
Matching Posts
Re: Displaying my photos
Hi Steve Take a look at these links mybe you`ll find something. http://www.asp.net/downloads/starter-kits/personal/ http://www.codeproject.com/KB/web-image/ThumbViewerControl.aspx http://weblogs.asp.net/bleroy/archive/2005/09/08/a-simple-asp-net-photo-album.aspx
Posted to
Data Presentation Controls
(Forum)
by
teetee
on 12/7/2009
Re: What´s wrong?
This is the code in fact: protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e) { GridViewRow row = ((e.CommandSource as Control).NamingContainer as GridViewRow); DataTable dt = new DataTable(); DataRow dr; dt.Columns.Add(new DataColumn("FirstName")); dt.Columns.Add(new DataColumn("LastName")); foreach (GridViewRow gvr in GridView1.Rows) { if (gvr != row) { dr = dt.NewRow(); dr["FirstName"] = gvr.Cells[1].Text; dr["LastName"] = gvr
Posted to
Data Presentation Controls
(Forum)
by
teetee
on 12/7/2009
Re: What´s wrong?
string firstname = String.Empty; string lastname = String.Empty; DataTable dtContinue = new DataTable(); dtContinue.Columns.Add(new DataColumn("FirstName")); dtContinue.Columns.Add(new DataColumn("LastName")); foreach (GridViewRow gvr in GridView1.Rows) { firstname = ((Label)gvrContinue.FindControl("lblFirstName")).Text; lastname = ((Label)gvrContinue.FindControl("lblLastName")).Text; DataRow dr; dr = dtContinue.NewRow(); dr["FirstName "] = firstname;
Posted to
Data Presentation Controls
(Forum)
by
teetee
on 12/7/2009
Re: Localization using Master Page
Check this tutorial. i think it might help you http://www.codeproject.com/KB/aspnet/localizationByVivekTakur.aspx
Posted to
Localization
(Forum)
by
teetee
on 12/6/2009
Re: What´s wrong?
Instead of LabelTest.Text =dtGroups.Rows[2]["User"].ToString(); Use this one LabelTest.Text = (Label)dtGroups.Rows[2]["User"].Text.ToString();
Posted to
Data Presentation Controls
(Forum)
by
teetee
on 12/6/2009
Re: Select a row from first gridview and a row from the second gridview and fill the third gridview
Thanks Qin Dian Tang It worked! I appreciate your HELP! Thanks again
Posted to
Data Presentation Controls
(Forum)
by
teetee
on 12/2/2009
Re: Select a row from first gridview and a row from the second gridview and fill the third gridview
Can you prodvide me with the code please!?
Posted to
Data Presentation Controls
(Forum)
by
teetee
on 11/29/2009
Re: Select a row from first gridview and a row from the second gridview and fill the third gridview
Hi Darmark I checked the link but i think differs from my case, because i have a radio button in the gridviews. What i want is that from the first gridview to select one row ( radio button selection) and same for the second gridview and these two rows to be placed in the third gridview. Like this: row1 from gridview1 + row1 from gridview2 = gridview3(i want both rows from the first and second gridview to the third gridview)
Posted to
Data Presentation Controls
(Forum)
by
teetee
on 11/28/2009
Re: Select a row from first gridview and a row from the second gridview and fill the third gridview
Yes Darmark, thats my idea
Posted to
Data Presentation Controls
(Forum)
by
teetee
on 11/28/2009
Re: Select a row from first gridview and a row from the second gridview and fill the third gridview
Can you please provide me with an example code.
Posted to
Data Presentation Controls
(Forum)
by
teetee
on 11/28/2009
Page 1 of 4 (38 items) 1
2
3
4
Next >
Silverlight:
Deploying your Silverlight and WCF RIA Services application
Channel 9:
Juan Chen and Nikhil Swamy: FINE, a Compiler for End-to-End Security Verification
Channel 10:
Get the Outlook Hotmail Connector Beta
Channel 10:
MSN to Launch New Lifestyle Site from Wonderwall Creator
Channel 10:
Behind the Windows 7 Startup Animation
Channel 9:
Reactive Extensions API in depth: CombineLatest
Channel 9:
C9 Lectures: Dr. Graham Hutton - Functional Programming Fundamentals Chapter 11 of 13
WindowsClient:
New WPF Showcase: Scrum Sprint Monitor
WindowsClient:
WPF/XAML helping VS2010 Extensibility
WindowsClient:
HTTP 403.9 with ADO.NET Data Services
WindowsClient:
xml syntax highlighting in Silverlight
Channel 9:
Channel 9 Emerges in China
WindowsClient:
Overlaying Icons on the Windows 7 Taskbar with WPF 4
Channel 9:
The Outlook calendar starts in 1601 - But Why?
ASP.NET:
Bytes by MSDN: Brad Abrams Interview with Billy Hollis: Silverlight 4, RIA Services and VS2010
Mix Online:
Pictures or it Didn't Happen
Channel 9:
Reactive Extensions API in depth: even more Zip
TechNet Edge:
SDL For Agile
Mix Online:
Test Lab Note
Channel 9:
Enabling Help in the Visual Studio 2010 Shell
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online