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:803826
More Search Options
RSS Available
Matching Posts
Re: FindContol of aspx page
Hi Thank you for your replay,Here cross-page-posting may be not apply,becouse form1.aspx is not previous page of form2.aspx. I want show the preview of the form1.aspx with backgoruound opacity 0.5 and open new window(form2.aspx) after preview the page aganin he can save the values in database by clicking the submit button. I'm using Jquery for the preview the page,by applaying the css,
Posted to
Web Forms
(Forum)
by
sureshmdb
on 12/1/2009
FindContol of aspx page
Hi, 1) I've form1.aspx page,it contains txtName,txtPhno are two textboxes and btnSave button control. anotlher aspx page form2.aspx,I want find the form1.aspx page txtName and txtPhno in form2.aspx. form1.aspx is not previous of form2.aspx. 2) How to call the form1.aspx page button click event in form2.aspx page Thanks in advance
Posted to
Web Forms
(Forum)
by
sureshmdb
on 11/30/2009
Re: Gridview losing query result on page number click
Html source :< asp : GridView ID ="gridView" OnPageIndexChanging ="gridView_PageIndexChanging" runat ="server" /> protected void gridView_PageIndexChanging( object sender, GridViewPageEventArgs e) { gridView.PageIndex = e.NewPageIndex;//gridView.DataSource=tablename; gridView.DataBind(); }
Posted to
Data Presentation Controls
(Forum)
by
sureshmdb
on 9/23/2009
Re: How would I create a dynamic xml file in asp.net in the following format??
Hi Puneet, private void xmlBuild() { XmlDocument xmldoc = new XmlDocument(); XmlDeclaration decl = xmldoc.CreateXmlDeclaration("1.0", "UTF-16", ""); xmldoc.InsertBefore(decl, xmldoc.DocumentElement); XmlElement RootNode = xmldoc.CreateElement("markers"); xmldoc.AppendChild(RootNode); for (int i = 0; i < 4; i++) { XmlElement childNode = xmldoc.CreateElement("marker"); childNode.SetAttribute("lat", "47.608940"); childNode.SetAttribute
Posted to
Web Forms
(Forum)
by
sureshmdb
on 9/19/2009
Re: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding
Hi kiran, http://tipsstation.com/article/Timeout-expired-server-is-not-responding-Asp-Dot-Net.aspx this link may help you
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
sureshmdb
on 8/5/2009
Re: i am logged out automatically
Hi, There are a lot of reasons for session loss. To name a few, 1- Application Pool is recycled. - We will know this looking at the system logs 2- IIS/worker process is restarted. - System logs will tell this as well 3- Application Domain is restarted. - We need to monitor for application restarts for the ASP.NET counter in perfmon to check this. 4.Some times system admins(IIS server admins) restricted the applications due to heavy burden of database log files please check the database log files
Posted to
State Management
(Forum)
by
sureshmdb
on 8/3/2009
Re: Upload file dynamically
HI, FileUploadExcel.PostedFile.SaveAs(Server.MapPath("~/")&sExcelFileName) I hope it's help you
Posted to
Getting Started
(Forum)
by
sureshmdb
on 7/28/2009
Re: hai
Hi, Page index changing means your page ispostbak true,and bind the old values i.e your data is lost,so before page index change(next page) update the text box values to database.
Posted to
Data Presentation Controls
(Forum)
by
sureshmdb
on 7/28/2009
Re: Local Zone time in ms sql
hi, select dateadd ( minute , 330 , GETUTCDATE ()) as 'DateTime'
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
sureshmdb
on 7/27/2009
Re: simple please
Hi Bonaparte, Try with below code, <RewriterConfig> <Rules> <!-- Rules for Product Lister --> <RewriterRule> <LookFor>~/sample</LookFor> <SendTo>~/sample.aspx</SendTo> </RewriterRule> <RewriterRule> <LookFor>~/news</LookFor> <SendTo>~/news.aspx</SendTo> </RewriterRule> <RewriterRule> <LookFor>~/product</LookFor> <SendTo>~/ProductDetails.aspx</SendTo> </RewriterRule> </Rules>
Posted to
Web Forms
(Forum)
by
sureshmdb
on 7/9/2009
Page 1 of 7 (61 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