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:876793
More Search Options
RSS Available
Matching Posts
Nested modalpopupExtender
hi.. please tell me how to Show ModalpopExtender on click of Ok button which is in another ModalPOpUpextender Thanks and regards
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
manojbang
on 9/21/2009
template column dissapearing in gridview after postback
I've defined template column in gridview containing checkbox as first column and some number of bound columns. I use Datacontrolfieldcolletion class to clone the columns and arranging columns of gridview at runtime a-bound column (not template column) then after first postback template becomes invisible. It doesn't matter what template column contains (button, checkbox, ..). I've check that gridview doesn't have this problem. please tell me how to manitain the state of the object
Posted to
Data Presentation Controls
(Forum)
by
manojbang
on 9/11/2009
Re: template column dissapearing in gridview after postback
DataControlFieldCollection DefinedCols = this.gridViewOrders.Columns.CloneFields(); string[] Cols = _Cols.Split(@",".ToCharArray()); if (Cols.Length != DefinedCols.Count) { //The Cols qstring is not correct length return; } try { this.gridViewOrders.Columns.Clear(); for (int i = 0; i < Cols.Length; i++) { if (Convert.ToInt32(Cols[i]) != -1) { this.gridViewOrders.Columns.Add(DefinedCols[Convert.ToInt32(Cols[i])]); gridViewOrders.DataBind(); } } } finally { } }
Posted to
Data Presentation Controls
(Forum)
by
manojbang
on 9/11/2009
Re: template column dissapearing in gridview after postback
hi... please can u tell me how to save/restore view-state information for control using Istatemanager Interface.. thanks and regards
Posted to
Data Presentation Controls
(Forum)
by
manojbang
on 9/11/2009
Re: how to find the IP Address of the client machine
Hi... below code will help u to find IP address string strRemoteAddr = ""; string strCountryCode = ""; strRemoteAddr = HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"]; //strRemoteAddr = "121.247.76.86"; - WWW India //strRemoteAddr = "66.90.104.63"; //- USA // strRemoteAddr = "87.118.124.104";// "84.153.66.150"; // Germany // strRemoteAddr = "133.44.10.121"; // Japan string[] arrRemoteAddr = strRemoteAddr.Split
Posted to
Web Forms
(Forum)
by
manojbang
on 8/8/2009
Re: recommend a good asp.net book
hi, i think Wrox publication book is good for understanding and in depth
Posted to
Book Reviews
(Forum)
by
manojbang
on 8/3/2009
Re: Requiredfield validator are not working in the deployment environment
hi, you can add one more attribute in Required field validator display="Dynamic" it may work thanks
Posted to
Web Forms
(Forum)
by
manojbang
on 7/25/2009
Re: Tooltip and database
hi ... i think this link may help you www.walterzorn.com Thanks
Posted to
Data Presentation Controls
(Forum)
by
manojbang
on 7/22/2009
Opening of links in new tab rather than window of IE7 and IE8
hi........... please tell me solution for Opening links in new tab rather than in New window in IE7 and IE 8 .
Posted to
Client Side Web Development
(Forum)
by
manojbang
on 7/21/2009
Re: Opening of links in new tab rather than window of IE7 and IE8
i have changed the registry browser setting through code behind page. code follows Registry.SetValue("HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\TabbedBrowsing", "PopupsUseNewWindow", 2); it is working fine when we we excute page on Local machine. when i access website from server it doesnot work ?? why it happens
Posted to
Client Side Web Development
(Forum)
by
manojbang
on 7/21/2009
Page 1 of 3 (22 items) 1
2
3
Next >
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