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:669890
More Search Options
RSS Available
Matching Posts
Re: finding a label that is in a detailsview and that detailsview is in a loginview
[quote user="Nesscafe"]my problem is that i cant seem to find a label in detailsview thats inside loginview.[/quote] Use FindControl function of the loginview to find details view, and once you have the details view again use FindControl to find label. Something like this - DetailsView dv = myLoginView.FindControl("dv") as DetailsView; Label l = dv.FindControl("labelX") as Label; Thanks Shail
Posted to
Data Presentation Controls
(Forum)
by
ShailAtlas
on 10/9/2009
Re: repeater to bind with two table
[quote user="ashishchadha72"]My problem is there is one more coloumn i had to add in it which is coming from another table of the database. that table contain the refernce of first table[/quote] Hello Ashish, Better use JOIN in your query and the data. That is the best solution for your case. Thanks, Shail
Posted to
Data Presentation Controls
(Forum)
by
ShailAtlas
on 10/9/2009
ObjectDataSource custom paging strange behaviour
Hello All, I am using custom paging of ObjectDataSource from so many months. Let me give you a small overview. I have two methods, one for records and another for records count. Lets say "GetRecords" and "GetCount". If custom paging is enabled, these function will be called with "GetRecords" as first and "GetCount" as second. From last so many months I was returning empty list<> from GetRecords, if there are no records. ( Note I am not returning null
Posted to
Data Presentation Controls
(Forum)
by
ShailAtlas
on 9/30/2009
Re: gridview label is not displaying all my text
Hello, There is no limit. One suggestion to debug, convert that column to a Template Column, and in Itemtemplate just write <%# Eval("NameOFyourFeild") %> And see whether it is displaying the correct one or not. Thanks Shail
Posted to
Data Presentation Controls
(Forum)
by
ShailAtlas
on 9/18/2009
Re: cannot access rows added to grid on client back on the server
Hello, You can not get that back to your server code, because they are added on client side. That means server has no idea what new elements are added on client side. What you need to do is to add row either on server (with a postback). Or second way is that you should store the newly added value to some hidden variables and access that in code behind. There will be a more difficult way, where you can use AJAX for it. Thanks Shail
Posted to
Data Presentation Controls
(Forum)
by
ShailAtlas
on 9/18/2009
GridView : Adding rows on client side and accessing them on post back
Hello All, I need to add/copy/clone rows to a GridView on client side. I can do that right now with jQuery, where I am cloning the last row of GridView. But when I post back that page, I am not getting news rows in my code behind. Any idea ?
Posted to
Data Presentation Controls
(Forum)
by
ShailAtlas
on 9/9/2009
Re: Display multiple lines in field of gridview
Hello, If you insert multi line text from TextBox ( with TextMode="MultiLine"), it will insert "\r\n" for line breaks. That will be stored in DB also. Now if you want to display that in different lines in GridView, you need to replace those charecters "\r\n" with "<br />". That you can do in RowDataBound event of GridView or you can do in your SQL query also. Thanks Shail
Posted to
Data Presentation Controls
(Forum)
by
ShailAtlas
on 9/7/2009
Re: Checked row and session variables
Hello Batool, I hope the article at can help you. http://www.shailwx.com/2009/07/master-checkbox-in-gridview-header/ Thanks Shail
Posted to
Data Presentation Controls
(Forum)
by
ShailAtlas
on 9/2/2009
Re: asp.net menu control in gridview template field moves to bottom
Hello, Try to use FireBug and see whatss wrong. Check the style tab and also HTML. Thanks Shail
Posted to
Data Presentation Controls
(Forum)
by
ShailAtlas
on 9/2/2009
Re: Checked row and session variables
[quote user="batool"]Any hint?[/quote] Set the DataKey of the row as "ID", On postback check what row is selected and try to fetch its DayaKey. Hope thats a enought hint
Posted to
Data Presentation Controls
(Forum)
by
ShailAtlas
on 9/2/2009
Page 1 of 55 (546 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
ASP.NET AJAX 4.0 Data Binding on MSDN Magazine
WindowsClient:
Don’t miss out..
TechNet Edge:
Improving Collaboration with SharePoint - Tech Focus December 2009 Part 1
Channel 9:
Channel 9 Live at PDC09: Scott Guthrie
Channel 10:
Get Discounted Concert Tickets at the New Windows Section 7
Channel 10:
Get Bing Wallpapers on the iPhone
Channel 10:
Bing Gets a New Toolbar
ASP.NET:
More on medium trust: what permission are you missing?
Channel 9:
Channel 9 Live at PDC09: Bob Muglia
WindowsClient:
Adventures With Windows Azure Diagnostics
Mix Online:
Adventures With Windows Azure Diagnostics
Channel 9:
Channel 9 Live at PDC09: Ray Ozzie
Channel 9:
Coding4Fun: DrinkTendr
Channel 9:
TWC9: Scott Hanselman, John Galloway, Bing, parallel unit tests, more
TechNet Edge:
ISA to TMG Migration Guidance
Channel 9:
Life at Microsoft: Episode 3
TechNet Edge:
Microsoft Windows Server 2008 to AITP
ASP.NET:
How important is medium trust to you?
WindowsClient:
Microsoft Web Platform & You
WindowsClient:
New Book: Developing for Microsoft Surface
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online