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:820253
More Search Options
RSS Available
Matching Posts
Re: checkbox seletion
If your case is of checkboxlist: With Javascript: <html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <asp:CheckBoxList ID="CheckBoxList1" runat="server"> <asp:ListItem Text="Item1" Value="1"></asp:ListItem> <asp:ListItem Text="Item3" Value="2"><
Posted to
Client Side Web Development
(Forum)
by
raghav_khunger
on 11/28/2009
Re: Asp.Net API Beginner Tutorials
http://forums.asp.net/t/1486421.aspx http://forums.asp.net/t/1467827.aspx http://forums.asp.net/t/1446092.aspx http://forums.asp.net/t/1133365.aspx
Posted to
Getting Started
(Forum)
by
raghav_khunger
on 11/28/2009
Re: TextBox MaxLength Error
If you want to limit a textarea to maximum length: With jquery <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script> <script type="text/javascript"> $(function() { $('#TestId').keyup(function(e) { var maxLength = 100; var textlength = this.value.length; if (textlength >= maxLength)
Posted to
Getting Started
(Forum)
by
raghav_khunger
on 11/28/2009
Re: open in new browser
Something like.... <html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <input id="btnOpen" type="button" value="Test" onclick="return openWindow()" /> </form> </body> <script type="text/javascript"> <!-- function openWindow() { openWindow = window
Posted to
Client Side Web Development
(Forum)
by
raghav_khunger
on 11/28/2009
Re: What does "~/" mean in directory path?
http://www.mycsharpcorner.com/Post.aspx?postID=45
Posted to
Getting Started
(Forum)
by
raghav_khunger
on 11/28/2009
Re: Reading from database
Hi, [quote user="dkaur76"]I am getting IndexOutOfRangeException.[/quote] Think of the condition like accessing an item which does not exist in an Array So in your case you are using [quote user="dkaur76"]myReader["FormID"][/quote] Please check in Sql server management studio and see is there any column name coming in your select list, if not then you must have in your query in order to access it , ya alias can be added to.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
raghav_khunger
on 11/28/2009
Re: For Displaying time continuosly in web page using javascript $
<html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server"> <title></title> </head> <body onload="displayTime()"> <div id="test" style="width:300px; height:20px;"></div> </body> <script type="text/javascript"> function displayTime() { var m_names = new Array("January", "February", "March", "April", "May"
Posted to
Client Side Web Development
(Forum)
by
raghav_khunger
on 11/28/2009
Re: MS SQL Sorting function
CREATE TABLE TESTSORTED ( [ID] INT, [HEADER] VARCHAR(20), [ORDER] INT ) INSERT INTO TESTSORTED SELECT 60, 'Blabla', 15 UNION ALL SELECT 61 , 'Blabla', 16 UNION ALL SELECT 63, 'Blabla', 18 GO CREATE PROC TESTPROC_CHANGESORTORDER ( @ROWID INT,--THE ROW WHICH IS TO BE UPDATED @DIRECTION VARCHAR(4)--UP OR DOWN ) AS BEGIN DECLARE @NEWROWID INT DECLARE @OLDSORTORDER INT DECLARE @NEWSORTORDER INT SELECT @OLDSORTORDER=[ORDER] FROM TESTSORTED WHERE [ID] = @ROWID IF(@DIRECTION='Up'
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
raghav_khunger
on 11/28/2009
Re: MS SQL Sorting function
[quote user="Jelmer850i"] Thank you from Min(ID) and max(id) i did't know.... I will test it. Thanks [/quote] I used it so as to get the next and previous rows because in your case it can happen that rows might be delted in between, so there should be a logic to get the next and previous row.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
raghav_khunger
on 11/28/2009
Re: MS SQL Sorting function
Please show some more test data and also show the output data you want.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
raghav_khunger
on 11/28/2009
Page 1 of 324 (3238 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online