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:300676
More Search Options
RSS Available
Matching Posts
Re: Dynamic gridview generation into another gridview
I've never had to work with nested grids in the fashion you need to use it. The best thing I can suggest at this time, seeing that you're not getting that many responses, is to Google it. I typed in ' asp.net nested gridviews ' in google and found a lot of links with example code. Of course most will not have what you may be looking for, but perhaps you can get some guidance from those examples on how to accomplish what you need to do. Good luck.
Posted to
Data Presentation Controls
(Forum)
by
Darmark
on 12/10/2009
Re: Dynamic gridview generation into another gridview
Are you sure you need to accomplish your task this way? This option might be doable, but it'll be one of the biggest headache you'll experience. Maintaining the viewstate of a dynamically generated grid can be tough but you want to do it in a nested fashion. Probably you should explain a little what you're trying to do and perhaps other alternatives will be presented that would be easier to manage.
Posted to
Data Presentation Controls
(Forum)
by
Darmark
on 12/9/2009
Re: Datalist RepeatColumns
If the month has 31 days, whatever is your datasource for your datalist, add a space between 15 and 16. So if your datasource is a datatable let's say, and the month has 31 days, then add a row with a space (" ") as the value between 15 and 16.
Posted to
Data Presentation Controls
(Forum)
by
Darmark
on 12/9/2009
Re: Gridview postback problem
Hey Shotemba, You have a problem of maintaining viewstate. The grid1 event that populated grid2 is not being executed when grid2 executes its events on postbacks. What you need to do is persist the data that is in grid2 when you're doing grid2 events. Now i can think of a few ways you can go about doing just that, but only only you would know which may be the best approach. I'll give you a couple of ideas, but you will have to explore them. When you select a row in grid1 put the data from
Posted to
Data Presentation Controls
(Forum)
by
Darmark
on 12/8/2009
Re: how to make gridview rowcommand work in an updatepanel
instead of doing this: int index = Convert.ToInt32(e.CommandArgument); do this: int index = ((GridViewRow)((LinkButton)e.CommandSource).Parent.Parent).RowIndex;
Posted to
Data Presentation Controls
(Forum)
by
Darmark
on 11/28/2009
Re: how to make gridview rowcommand work in an updatepanel
Step through your code in debug mode and look at the values in your FixItem method when you assign the row items to the variables. It may have something to do with your your DataKeys.
Posted to
Data Presentation Controls
(Forum)
by
Darmark
on 11/28/2009
Re: Select a row from first gridview and a row from the second gridview and fill the third gridview
So you're saying you want to combine the 2 rows from Grid1 and Grid2 to make one row and put it in Grid3???
Posted to
Data Presentation Controls
(Forum)
by
Darmark
on 11/28/2009
Re: check duplicate values
Declare a DataTable or List to store all the users that an email has been sent to as you loop through the process of emailing them. In each loop you check the next user to see if they're in your DataTable or List and if they're in there, then don't send an email and move onto the next user. This way you're sure only one email is sent to each user no matter how many Groups they might be in to receive the email.
Posted to
Data Presentation Controls
(Forum)
by
Darmark
on 11/28/2009
Re: Gridview FindControl issue.. Need help
You should get the row as shown below... (LinkButton is the control you click on to trigger the event): Dim row as GridViewRow = CType(e.CommandSource, LinkButton).Parent.Parent
Posted to
Data Presentation Controls
(Forum)
by
Darmark
on 11/28/2009
Re: Gridview FindControl issue.. Need help
In the LinkGridView_RowCommand event, comment out the rowIndex line, you're not using it. In the other event, the btn.NamingContainer will be the Cell the button is in, that could be why you get an error. You have to go up 2 levels to get the row.
Posted to
Data Presentation Controls
(Forum)
by
Darmark
on 11/28/2009
Page 1 of 71 (705 items) 1
2
3
4
5
Next >
...
Last ยป
ASP.NET:
Resizing images from the server using WPF/WIC instead of GDI+
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online