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:657151
More Search Options
RSS Available
Matching Posts
Re: Can some one tell me what is RSSfeed in asp.net ?
RSS is an XML-based vocabulary that specifies a means of sharing news headlines and other content between Web sites. check this link http://www.codeproject.com/KB/aspnet/RSSviaXmlTextWriter.aspx HTH
Posted to
Getting Started
(Forum)
by
JRICE
on 4/8/2008
Re: Reading from web.config
function test() { var t='' alert(t); } Heres a sample on how you read appsettings from javascript < script type ="text/javascript"> function test() { var t= '<%=ConfigurationManager.AppSettings("test").ToString() %>' alert(t); } </ script > < input type ="Submit" value ="Save" onclick ="test()" /> Web.Config < appSettings > < add key = " test " value = " test2 " /> </ appSettings
Posted to
Client Side Web Development
(Forum)
by
JRICE
on 2/28/2008
Re: ExecuteScaler() ERROR
Hi, even if there is one column, but what if you have many rows for this column.., so lets try to get the count of (usercount) first select count(usercount) from UserCountTable And please set a break point and tell us which line of code is firing the error HTH
Posted to
Getting Started
(Forum)
by
JRICE
on 2/12/2008
Re: ExecuteScaler() ERROR
public int showUserCountDB() { OleDbConnection conn = new OleDbConnection (ConnectionString); OleDbCommand cmd = new OleDbCommand ( "select usercount from UserCountTable" , conn); //select statement must return only one value cmd.CommandType = CommandType .Text; conn.Open(); int id = ( int )cmd.ExecuteScalar(); conn.Close(); return id; } HTH
Posted to
Getting Started
(Forum)
by
JRICE
on 2/12/2008
Re: Need Help With A PopUP
Hello Add to page load of ur contact page btnSend.Attributes.Add("onclick","window.open('page1.aspx')"); btnSend=name of ur button page1=popup page name HTH
Posted to
Web Forms
(Forum)
by
JRICE
on 2/10/2008
Re: Configuration error in web.config
You should set Asp.net version to 2.0, you can set by right clocking on the website in IIS , Properties, Asp.Net tab HTH
Posted to
Configuration and Deployment
(Forum)
by
JRICE
on 2/10/2008
Re: How to alert the user that chages has been made in the page
Hi Samer, Please have a look on the following link http://bshouman.blogspot.com/2008/02/what-if-user-didnt-hit-save-before.html this will solve your problem HTH
Posted to
Web Forms
(Forum)
by
JRICE
on 2/7/2008
Re: set culture for a textbox
I tried this : and i entered in textbox same as system date Dim cInfo As System.Globalization.CultureInfo = New System.Globalization.CultureInfo( "ar-SA" ) Dim cInfo2 As System.Globalization.CultureInfo = New System.Globalization.CultureInfo( "en-US" ) Dim d As Date = TextBox1.Text Response.Write(d.ToString(cInfo2)) Response.Write( "<br>" ) Response.Write(d.ToString(cInfo2)) It showed the same dates
Posted to
Getting Started
(Forum)
by
JRICE
on 1/23/2008
Re: set culture for a textbox
The current culture is en-US only the textbox is ar-SA the user must enter date in this textbox the date in the textbox must be converted to the default culture
Posted to
Getting Started
(Forum)
by
JRICE
on 1/23/2008
Re: set culture for a textbox
Any Ideas
Posted to
Getting Started
(Forum)
by
JRICE
on 1/23/2008
Page 1 of 66 (654 items) 1
2
3
4
5
Next >
...
Last ยป
Mix Online:
Using the HTML5 Video and Audio Tag with Gestalt
WindowsClient:
Subclassing Shape (or more accurately, Path)
WindowsClient:
Having trouble deleting files? Try this
Channel 9:
Nick Baker: Xbox Architecture
TechNet Edge:
Thrive Live! Behavioral Interviewing: A behavioral answer is always the correct answer
ASP.NET:
PDC and Tech-Ed Europe Slides and Code
WindowsClient:
JScript location bar silliness
WindowsClient:
Anybody build a XAML parser in C or C++ yet?
WindowsClient:
Silverlight use, power and deployment keeps growing; so does WPF
ASP.NET:
T4CSS: A T4 Template for .Less CSS With Compression
WindowsClient:
JSON-P: An Elegant Hack
Channel 9:
Photosynth Update and New UI
Channel 9:
First Look: Streetside in Bing Maps
Channel 9:
Coding4Fun at PDC 2009
WindowsClient:
10 Must-See PDC 09 Sessions
Channel 10:
Photosynth Updated with New Release and New UI
Channel 10:
WindowsBlinds 7 Now Works with Windows 7
Channel 10:
Zune HD Launches New Colors
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online