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:772633
More Search Options
RSS Available
Matching Posts
Re: Connection problems
try to create new dataset.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
tapanrami@hotmail.com
on 7/27/2009
Re: I WaNNA HELP and i Press F1 [ ASP.NET ]
make sure debug is on in your web.config file as per the following line < compilation debug = " true " strict = " false " explicit = " true "/ >
Posted to
Visual Studio 2008
(Forum)
by
tapanrami@hotmail.com
on 7/25/2009
Re: MYSql with ASP.NET (C#) Tutorials Please
read this tutorial http://www.15seconds.com/issue/050210.htm it will show step by step process for MySql Database from Asp.NET
Posted to
MySQL
(Forum)
by
tapanrami@hotmail.com
on 7/25/2009
Re: dropdownlistbox defaultvalue to bring in select
This error generated becuase there is no select parameter named "Month(EventDate)" in your SQLDatasource1.
Posted to
Data Presentation Controls
(Forum)
by
tapanrami@hotmail.com
on 7/25/2009
Re: violating non-null, unique, or foreign-key constraints.
try that in xsd file means datatable column.
Posted to
Data Presentation Controls
(Forum)
by
tapanrami@hotmail.com
on 7/24/2009
Re: How to get a file path
hiii try this code here solution name and project name are both same = MyProject so i removed Project Name string str = "C:\\Users\\Home\\Documents\\Visual Studio 2008\\MyProject\\MyProject\\Reporting\\Test.rpt"; int index = str.LastIndexOf("\\MyProject"); str = str.Remove(index, "\\MyProject".Length); now you get path eventhough project name and solution name are same.
Posted to
Web Forms
(Forum)
by
tapanrami@hotmail.com
on 7/24/2009
Re: dropdownlistbox defaultvalue to bring in select
try this code. protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { SqlDataSource1.SelectParameters["ObjectDate"].DefaultValue = "Default Date value"; GridView1.DataSource = SqlDataSource1; GridView1.DataBind(); } }
Posted to
Data Presentation Controls
(Forum)
by
tapanrami@hotmail.com
on 7/24/2009
Re: encrypted connectionstring
try this article. it might help you. http://www.codeproject.com/KB/cs/Configuration_File.aspx
Posted to
Getting Started
(Forum)
by
tapanrami@hotmail.com
on 7/24/2009
Re: display image from server NOT in web page path
please tell me which path your system return and which path you want?
Posted to
Web Forms
(Forum)
by
tapanrami@hotmail.com
on 7/24/2009
Re: selection.createRange() not working in IE8
in ie8 YOU NEED to select editable area becuase there is no other way.
Posted to
Client Side Web Development
(Forum)
by
tapanrami@hotmail.com
on 7/24/2009
Page 1 of 19 (188 items) 1
2
3
4
5
Next >
...
Last ยป
ASP.NET:
Search Engine Optimization (SEO) Toolkit
Channel 10:
This Is Your Data on Silverlight
ASP.NET:
How the IIS SEO Toolkit Saved My Butt
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
endpoint.tv - Windows Server AppFabric in action monitoring and troubleshooting
Channel 10:
Windows Marketplace for Mobile Opens to 6.0, 6.1 Phones
Channel 9:
Rx API in depth: Hot and Cold observables
ASP.NET:
Back in Business
TechNet Edge:
Hacking Windows 7 Interview
WindowsClient:
Windows Client Developer Roundup for 12/14/2009
Channel 9:
TWC9: Silverlight Web cam apps, VS extensibility, Explorer shell extensions
ASP.NET:
Visual Studio Project Sample Loading Error: Assembly could not be loaded and will be ignored. Could not load file or assembly or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
WindowsClient:
Working with Windows 7 Taskbar Thumbnail Buttons with WPF 4
WindowsClient:
overflow:hidden -- a fix to a CSS problem
TechNet Edge:
Empowering your teams with SharePoint
TechNet Edge:
TechNet Radio: Expert presents: Creating and Executing a Comprehensive 2007 Office Deployment
ASP.NET:
ViewModel Pattern for Silverlight - Options for Hooking a View to its Model
Channel 9:
Rx API in depth: Concat, Catch and OnErrorResumeNext
Channel 10:
PowerPoint Twitter Tools Updated
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online