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:759464
More Search Options
RSS Available
Matching Posts
Re: Dynamically created Validator displays multiple times of error messages?
Why you doing.. if(IsPostBack) it should be if(!IsPostBack)
Posted to
Web Forms
(Forum)
by
karan@dotnet
on 11/24/2009
Re: Cross page posting using a DropDownList... is it possible?
Dropdown list does not has any cross page property. The only way you could do is either using querystring or may be session depending on the amount of data you need to post
Posted to
Web Forms
(Forum)
by
karan@dotnet
on 11/24/2009
Re: "Object reference not set to an instance of an object"
Do you have anything else on you page?
Posted to
Getting Started
(Forum)
by
karan@dotnet
on 11/24/2009
Re: Sequence of Events firing
See this: http://msdn.microsoft.com/en-us/library/ms178472.aspx
Posted to
Getting Started
(Forum)
by
karan@dotnet
on 11/24/2009
Re: Regular Expression Question
As mentioned above its better to use string.split instead of regex. If you have a fixed format of string as you mentioend above then you can try something like this: string[] abc = "[ReportType] [CompCode].pdf".Split('['); string first = abc[1].Replace("]",""); string second = abc[2].Replace("]", "").Split('.')[0];
Posted to
Getting Started
(Forum)
by
karan@dotnet
on 11/11/2009
Re: File > New > Website Now I need them to be in project/solution
You can create a blank solution and add your website to that. Vs2005 Click new project and click visual studio solution and then add the blank solution When the blank solution is added, right click and click add existing website. And this way you can navigate to your site path and add it
Posted to
Installation and Setup
(Forum)
by
karan@dotnet
on 11/10/2009
Re: Need help w/ RegularExpressionValidator
see this: http://forums.asp.net/t/1251514.aspx
Posted to
Web Forms
(Forum)
by
karan@dotnet
on 11/9/2009
Re: Button click event question
The second button code executes and stops the other code in whatever point it is in. If the first button has some insert to db logic and the second button has some redirect or some other logic then the first button code stops the insert at that point and the second one continues .
Posted to
Web Forms
(Forum)
by
karan@dotnet
on 11/4/2009
Re: Error Message
this is just the line in which the error is. Can you post your entire error or the error page
Posted to
Getting Started
(Forum)
by
karan@dotnet
on 11/2/2009
Re: error when scalar query returning null.
if(co.ExecuteScalar()!=null) { Label1.Text = co.ExecuteScalar().ToString(); } else { Label.Text = "Your Text"; }
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
karan@dotnet
on 11/2/2009
Page 1 of 244 (2432 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
PDC09: ASP.NET MVC 2: Ninjas Still on Fire Black Belt Tips
ASP.NET:
Hanselminutes Podcast 188: ASP.NET MVC 2 Beta with Phil Haack
ASP.NET:
Hanselminutes Podcast 186: .NET Debugging 101 with Tess Ferrandez
TechNet Edge:
WinRE and free stuff with Sean Kearney
WindowsClient:
XslCompiledTransform and large template elements
WindowsClient:
The Future of Client App Dev : WPF and Silverlight Convergence
Channel 9:
PDC09 GeekFest Party
Channel 10:
How to Use "Play to" and "Remote Media Streaming" in Windows 7
Channel 9:
The Visual Studio Documentary: Jeff Hadfield Full Length Interview
TechNet Edge:
Managing Your Entire World - Tech Focus November 2009 Part 3
Channel 9:
The Access Show: Managing Access Databases with SharePoint
Channel 10:
Show Us Your Tech - Mark Pendergrast Edition
TechNet Edge:
Mark Russinovich interview at TechEd EMEA 09
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online