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:721605
More Search Options
RSS Available
Matching Posts
Re: Set focus in Repeater Control
Many thanks Neolsoft... using the anchor tag did really work like a charm for me.. cheers
Posted to
Data Presentation Controls
(Forum)
by
sujithmysore
on 12/30/2008
Re: Missing from File menu to Open/New Website from VS 2005
From the looks of it, the installation seems to be incomplete. why dont you try to re install VS 2005 with the essential components.
Posted to
Visual Studio 2005
(Forum)
by
sujithmysore
on 12/29/2008
Re: Some problems, first using dotnet
Hi there, I am pretty sure that the Visual Source safe that comes with the VS 6 can be used with the Visual Studio 2005. What you need to do is, configure the source safe database in visual studio to use the VS6 source safe datavbase. You can do that form file -> source control -> Launch microsoft visual source safe. cheers,
Posted to
Visual Studio 2005
(Forum)
by
sujithmysore
on 12/29/2008
Set focus in Repeater Control
Hi there, I am using a repeater control to display a list of questions and answers from the database. What I want to do is, if a user navigates to this page from some other page seeking an answer for a particular question, I want to pass the question id as the query string and display all the questions and answers with the requested answer at the top of the page. I thought of setting the focus on the requested answer but could not get it to work. my sample code is as below. In page1.aspx button click
Posted to
Data Presentation Controls
(Forum)
by
sujithmysore
on 12/29/2008
Re: Ajax in VS2005 .NET 3.5 Framework
If you could look at the Ajax website, you can find two different Ajax Extender installs, one for the .net framework 2.0 and the other for 3.5 . From an article I read, you can use either of the two . If you have both the versions installed, try uninstall one fo the versions and try again. If you are using VS2005, it is advised to used asp.net 2.0 and ajax extender corresponding to it. Alternatively, asp.net 3.5 is designed to be used with VS 2008. If the install is successful, you should get ajax
Posted to
Visual Studio 2005
(Forum)
by
sujithmysore
on 12/17/2008
Re: Catch Exception with SQLDataSource
Thankyou everyone for your valuable suggestions. Using a textbox event change function with the datetime.parse() was a great idea but I ended up using RegularExpressionValidator for the date text box field and it worked like a charm. The regex I used for the expression validator is (?n:^(?=\d)((?<day>31(?!(.0?[2469]|11))|30(?!.0?2)|29(?(.0?2)(?=.{3,4}(1[6-9]|[2-9]\d)(0[48]|[2468][048]|[13579][26])|(16|[2468][048]|[3579][26])00))|0?[1-9]|1\d|2[0-8])(?<sep>[/.-])(?<month>0?[1-9]|1
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
sujithmysore
on 12/17/2008
Catch Exception with SQLDataSource
Hi there, I have a textbox accepting date and time which is bound to the SqlDataSource. Everything works well if the date and time is enetered in the right format. If the date textbox contains invalid date, the error " The string was not recognized as a valid DateTime" pops up. The datatype of the updateparameter corresponding to the date textbox is datetime. What I want to do is, catch an exception and display message if the date is entered in incorrect format. I tried to use Datetime
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
sujithmysore
on 12/17/2008
Re: Format a bound textbox for money, i got too many trailing 0000's
Excellent... this is what I was looking for..
Posted to
Data Presentation Controls
(Forum)
by
sujithmysore
on 12/16/2008
Re: How to define 'Add WHERE Clause' from the 'Configure Data Source' of a DetailsView/GridView
hi, I had the same problem... I used to get a an error when I used the statement (IDbDataParameter)e.Command.Parameters["CreatedUser"]).Value = "someone"; But when the used the index value as below , instead of the parameter name , it worked perfectly... (IDbDataParameter)e.Command.Parameters[2]).Value = "someone"; hope this might help!!!!! cheers
Posted to
Data Presentation Controls
(Forum)
by
sujithmysore
on 10/28/2008
Re: SqlParameter with ParameterName '@NewID' is not contained by this SqlParameterCollection
hi, I had the same problem... I used to get a an error when I used the statement (IDbDataParameter)e.Command.Parameters["CreatedUser"]).Value = "someone"; But when the used the index value as below , instead of the parameter name , it worked perfectly... (IDbDataParameter)e.Command.Parameters[2]).Value = "someone"; hope this might help!!!!! cheers
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
sujithmysore
on 10/28/2008
Page 1 of 5 (41 items) 1
2
3
4
5
Next >
Channel 9:
E2E: Brian Beckman and Erik Meijer - Co/Contravariance in Physics and Programming, 1 of 2
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online