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:625471
More Search Options
RSS Available
Matching Posts
Re: arrrggg - listview and findcontrol help needed
You can not do like this.. panel is not conained in page, rather its inside GridView so correct way is to do FindControl on RowCreated event of GridView. since ther could be n Number of rows so there would be N panels. so do it inside RowDatabound or RowCreated event Panel InsertPanel = (Panel)e.Row.FindControl("panInsert");
Posted to
Data Presentation Controls
(Forum)
by
saifi_hasan@yahoo.co.in
on 9/29/2008
Re: Caching an usercontrol
Its called fragment caching and just one line has to be added after Control directive <% @ OutputCache Duration = "1200" VaryByParam = "None" %>
Posted to
Web Forms
(Forum)
by
saifi_hasan@yahoo.co.in
on 6/23/2008
Re: How do I validate column data in a itemtemplate?
use RowDataBound elent and then find LabelNameMessage Dim LabelNameMessage as Lable = Ctype( e.row.findControl("LabelNameMessage"), lable) ; if LabelNameMessage.text = "Peter has not access" then LabelNameMessage.text=" "
Posted to
Data Presentation Controls
(Forum)
by
saifi_hasan@yahoo.co.in
on 6/23/2008
Re: Sorting and Paging
Well GridView retain SortOrder and page indiex property by its own. Start debuggibg and check Grid.SortOrder & grid.PageIndex property , it should be same on postback
Posted to
Data Presentation Controls
(Forum)
by
saifi_hasan@yahoo.co.in
on 6/23/2008
Re: Collapsing Rows in a Gridview
Put the gridview indise a div and How/Hide div on click od expand/Collpse button using Javascript <a href="http://forums.asp.net/AddPost.aspx?ReplyToPostID=2440698&Quote=False#" onclock="expand('Div1')" >ClickTo Collapse</a> <div runat="server" id="Div1"> <asp:GridView .. ........../> </div> function expand(divID){ var oDiv = document.getElementByID(divID); if(oDiv.style.display=='block') oDiv.style.display
Posted to
Data Presentation Controls
(Forum)
by
saifi_hasan@yahoo.co.in
on 6/23/2008
Re: Show Details
u can put any thind into <itremtemplate <itremtemplate> <a href='<%# dataBinder.Eval(Container.DataItem,"URL")%>' runat="server" id="lnk" > <%# dataBinder.Eval(Container.DataItem,"Detail")%></a> </itemtemplate>
Posted to
Data Presentation Controls
(Forum)
by
saifi_hasan@yahoo.co.in
on 6/23/2008
Re: retrive values from nested Grid view
For i = 0 To grdV_categories.Rows.Count - 1 Dim gvInner as dataGrid =CType(grdV_categories.Rows(i).FindControl("grdV_products"),) IF Not gvInner is Nothing Then straid = grdV_categories.Rows(i).Cells(2).Text.ToString 'Also if u want data of inner grig loop it again on gvInner ' For j as Integer=0 to gvInner.rows.Count -1 End If End If Next
Posted to
Data Presentation Controls
(Forum)
by
saifi_hasan@yahoo.co.in
on 6/23/2008
Re: GridView Data Access in C# Code
you can get the value of particular column of particular row by using RowDatabound event hadler, just have to get value as If e.Row.RowType = DataRow then dim val as string = e.Row.Cell("Status").Text End if
Posted to
Data Presentation Controls
(Forum)
by
saifi_hasan@yahoo.co.in
on 6/23/2008
Re: Extracting a value from Ddl inside of a gridview
Why are you not writing Dim Newrelvar As String = Newreltemp.SelectedItem.text . It will work
Posted to
Data Presentation Controls
(Forum)
by
saifi_hasan@yahoo.co.in
on 6/23/2008
Re: Response.AddHeader - Request.Headers.Item
are u using HttpwebRequest object to create a Request.. If yes it will work. but if u are writing code in your ASPX page Request.Addheader it will not since at server tou are not creating request, but you are processing request.. Browser use to create Request object .. or u can do it by HttpWebRequest object
Posted to
Web Forms
(Forum)
by
saifi_hasan@yahoo.co.in
on 6/23/2008
Page 1 of 15 (146 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Forefront Protection for Exchange customer story
WindowsClient:
Windows Client Developer Roundup for 12/7/2009
WindowsClient:
Introducing the new Bing Maps beta
ASP.NET:
My Presentations in Europe (December 2009)
Channel 9:
Channel 9 Live at PDC09: Dr Jeff Norris, NASA
Channel 10:
Flickr Drive Integrates Flickr into Windows Explorer
Channel 10:
Playfire: A Growing Network for Gamers
Channel 10:
Find the Top iPhone Apps with Bing (Yes, Really!)
Channel 10:
Xbox to Become Emergency Alert System
Channel 10:
Progression of the Iconic Background
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online