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:635007
More Search Options
RSS Available
Matching Posts
Re: String was not recognised as valid date time
Try using Convert.ToDateTime(TextBox1.Text.Trim());
Posted to
Web Forms
(Forum)
by
rajaron
on 9/16/2009
Re: Problem in session
First, better use forms authentication, its better programming approach. Second, when gng from default.aspx page feepaymnet page, keep the following code : protected void Page_Load(object sender, EventArgs e) { if (Session["Username"] == "") Response.Redirect("Default.aspx"); }
Posted to
State Management
(Forum)
by
rajaron
on 6/22/2009
Re: how to read a table from database into a gridview
change to the following code ... DataSet dataset = new DataSet(); SqlDataAdapter adapter = new SqlDataAdapter(); adapter.SelectCommand = new SqlCommand( queryString, connection); adapter.Fill(dataset); gvForms.DataSource = dataset; gvForms.DataBind(); myConnection.Close();
Posted to
Data Presentation Controls
(Forum)
by
rajaron
on 5/22/2009
Re: Response.Reditect
Add a PostBackTrigger to your UpdatePanel that points at the button. This works great if the button is declared statically through markup on the page.
Posted to
Web Forms
(Forum)
by
rajaron
on 4/17/2009
Re: asp.net listbox
Make the ListBox's AutoPostBack property to true and capture the SelectedIndexChanged and perform your desire requirement. Thanks, ~ Raj
Posted to
Client Side Web Development
(Forum)
by
rajaron
on 12/28/2008
Re: how can i set cach key or how can i remove cach key in order to clean the gridView and the objectDat...
Better create the GridView ctrl dynamically. thanks, ~ Raj
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
rajaron
on 12/26/2008
Re: ORA-12170 TNS : connect time out
We have tried above suggestion but still not working. We are in Windows Server 2003 SP 1 Enterprise Edition environment . We have disabled the Firewall service and increased the time out but issue still persists. One thing we have noticed might be usefull ... when using sqlplus utility and giving invalid Oracle server IP address we are getting Connect timeout error ocurred error message but if same thing we try in our test system (where connection works fine) it gives TNS: No listner. What I guess
Posted to
Oracle
(Forum)
by
rajaron
on 10/20/2008
ORA-12170 TNS : connect time out
We are trying to host a web site in Windows 2003 server and connect to Oracle DB in remote system. The web site is working fine but when connecting to database we get the ORA-12170 connect time out error message. First, Its a Windows 2003 Standard Edition .. with no Windows Firewall. We are able to ping the database server system. Any idea will be great help. windows 2003 / ASP.NET 2.0 / Oracle / C# 2.0
Posted to
Oracle
(Forum)
by
rajaron
on 10/16/2008
System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.
We have a ASP.NET appln which connects to Oracle database for data. We have installed Oracle 11g client software in the application server to connec to DB server. It works fine in Windows XP environement in production we have Windows server 2003 (workgroup) its not working there it gives error message "System.Data.OracleClient requires Oracle client software version 8.1.7 or greater." Note: On installing Oracle 11g in Windows 2003 Oracle MTS service gave some error we ignored it. Thanks
Posted to
Oracle
(Forum)
by
rajaron
on 10/9/2008
Re: Using special characters
The character are passed by the user in one of the text box ... while submitting / refreshing the page .. we are encountering error on this...
Posted to
Web Forms
(Forum)
by
rajaron
on 9/24/2008
Page 1 of 14 (133 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 – Now in Visual Basic!!
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online