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:682059
More Search Options
RSS Available
Matching Posts
Re: Trapping user navigation before page save
Hi, You need to handle the onbeforeunload event of the window object on the clientside. < body onbeforeunload= "return confirm('Do you want to leave');" > Hope this helps.
Posted to
State Management
(Forum)
by
upgView
on 1/24/2008
Re: Can't reset password programmatically
Hi, You haven't update the user yet. string un = ddlUserDropdown.Text.ToString(); string pw = "p@ssword" ; MembershipUser mu = Membership.GetUser(un); mu.ChangePassword(mu.ResetPassword(), pw); Membership.UpdateUser(mu); Hope this helps.
Posted to
Security
(Forum)
by
upgView
on 1/24/2008
Re: RegularExpressionValidator Question
Hi Nickka, You need to enable javascript for the validator. To do that, set the EnableClientScript to true. Hope this help.
Posted to
Client Side Web Development
(Forum)
by
upgView
on 1/23/2008
Re: How to - Website wizard
Hi, Web part cannot help you, cos it is just a part in a page. Your problem is handling the url. You should find stuff about url rewriting (http://urlrewriting.net). I think the best way for you is reading about Portal Alias in DNN and customize it in your website. Hope this helps.
Posted to
Getting Started
(Forum)
by
upgView
on 7/12/2007
Re: How to - Website wizard
Hi rfurdzik, In ASP.NET there is nothing like website creation wizard. I think this function exists only in some portals like DNN, Trirange(our new product) . But this is not a function that a normal user can use, only administrator of the portal can use it. In addition, to let that works, administrator of the creation domain must point the domain to your website (if this domain is out side of your website). This is not a simple work.
Posted to
Getting Started
(Forum)
by
upgView
on 7/11/2007
Re: CrossPagePostback using DoPostBackWithOptions to send an argument to a control
Ah yes, there's problem with the string you built. You should replace "" with ' or "e; else, the quote wil be inside boudble quote, and that is invalid html. Dim cmd As String = "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions('viewType_Simple', 'RowSelect$" & e.Item.DataItem( "recordID" ) & ", false,'', 'page2.aspx', false, true))" CType (e.Item.FindControl( "mainTableRow"
Posted to
Web Forms
(Forum)
by
upgView
on 7/11/2007
Re: CrossPagePostback using DoPostBackWithOptions to send an argument to a control
Hi friend, I think the PreviousPage of page2 is null. You might forgot to include <%@ PreviousPageType VirtualPath="~/page1.aspx" %> in page2.aspx. For more information, take a look here http://www.satheeshbabu.com/Articles/ASPNET/CrossPagePostback.aspx Hope this helps.
Posted to
Web Forms
(Forum)
by
upgView
on 7/10/2007
Re: A wonderfull listbox problem
Hi, Remove <!Doctype> tag and try in IE6. If you want more info, try to google DocType and IE6. Hope this helps.
Posted to
Web Forms
(Forum)
by
upgView
on 7/6/2007
Re: A wonderfull listbox problem
Hi, you should attach some code so everyone can take a deep look inside your problem.
Posted to
Web Forms
(Forum)
by
upgView
on 7/6/2007
Re: 2D array - How to check if whole row or column contain same value
Hi, To check the same for the column, the algorithm is similar. You should change the role of columns to rows. I think you can do it yourself. Good luck
Posted to
Getting Started
(Forum)
by
upgView
on 7/6/2007
Page 1 of 15 (147 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Live Preview jQuery Plugin
WindowsClient:
Remember JScript closures capture all variables in scope
TechNet Edge:
UAG reaches RTM
Channel 9:
Who, What, When, Where, Why and How of MIX10
Channel 10:
Berlin Wall in Silverlight
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 2, Installation
Silverlight:
Contributing to the SL HVP
Silverlight:
Best SF Books of All Time
Channel 9:
Reactive Extensions API in depth: Repeat
Channel 9:
Jeffrey Van Gogh: Testing Rx with Pex
Channel 9:
The Visual Studio Documentary: Dan Fernandez Full Length Interview
ASP.NET:
Search Engine Optimization (SEO) Toolkit
Channel 10:
This Is Your Data on Silverlight
ASP.NET:
How the IIS SEO Toolkit Saved My Butt
TechNet Edge:
Windows 7 XP Mode User Experience
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
endpoint.tv - Windows Server AppFabric in action monitoring and troubleshooting
Channel 10:
Windows Marketplace for Mobile Opens to 6.0, 6.1 Phones
Channel 9:
Rx API in depth: Hot and Cold observables
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online