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:815120
More Search Options
RSS Available
Matching Posts
Re: The underlying connection was closed: An unexpected error occurred on a receive.
Hi, How are you uploading the file? Are you using some thing like this. WebClient wc = new WebClient(); wc.UploadFile(); If yes see if you have given necessary permission for file writing on the webserver. If no please give details about how you are trying to upload files. Thanks
Posted to
Getting Started
(Forum)
by
yrajasekhar
on 7/8/2009
Re: Using custom database instead of ASPNETDB
Hi, Open Visual studio command prompt (vs 2005) and type aspnet_regsql . Once wizard opens follow the wizard. It will give option for server and database. Once this step is done add following entry to your web.config (<clear/> tag is important) <connectionStrings> <clear/> <add name="LocalSqlServer" connectionString="your connection string"/> </connectionStrings>
Posted to
Security
(Forum)
by
yrajasekhar
on 3/6/2009
Re: exception in executing a stored procedure
Hi, Make changes to your web.config file like this (Please see <clear/> tag ) <connectionStrings> <clear/> <add name="LocalSqlServer" connectionString="your connection string"/> </connectionStrings>
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
yrajasekhar
on 3/6/2009
Re: getting content inside a div
Hi, Try this string text = "some text <div id=\" rightcolumn\ "> aasdf asdfa dsf sdfsdf adsfi asdf dsf</div>asdfsdfsdf" ; string pattern = "<div id=\" rightcolumn\ ">(?<Content>.*)?</div>.*" ; Match m = Regex.Match(text, pattern); Response.Write(m.Groups[ "Content" ].Value);
Posted to
Getting Started
(Forum)
by
yrajasekhar
on 2/26/2009
Re: Tab not showing
Hi, Define a header template for your second TabPanel
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
yrajasekhar
on 2/26/2009
Re: Setting the Link Button "oncommand" in the code behind
Hi, try this MyLinkButton.Command += new CommandEventHandler(CommandButton_Click); you should have function like this to handle the above event void CommandButton_Click( object sender, CommandEventArgs e) { throw new NotImplementedException(); }
Posted to
Getting Started
(Forum)
by
yrajasekhar
on 2/26/2009
Re: getting content inside a div
Hi, You can use Regular expression to extract text. Please post the sample input string the data to extract from this input string
Posted to
Getting Started
(Forum)
by
yrajasekhar
on 2/26/2009
Re: FTP file upload
Hi, you can loop through each file in your server folder and upload one by one. The better option can be zipping all files and uploading zipped folder
Posted to
Web Forms
(Forum)
by
yrajasekhar
on 2/26/2009
Re: Restrict access to subfolder / another web.config file?
Hi, Move this part from subfolder web.config to main site web.config <system.web> < authentication mode= "Forms" > < forms name= "ASP101SampleAuth" loginUrl= "login_db.aspx" /> </ authentication > </ system.web >
Posted to
Configuration and Deployment
(Forum)
by
yrajasekhar
on 2/26/2009
Re: how to convert Date from 25,Feb 2005 to MM/DD/YYYY
Hi, Try this string inputString = "25,Feb 2005" ; DateTime dt = DateTime.Parse(inputString); Console.WriteLine(dt.ToString( "MM/dd/yyyy" ));
Posted to
Web Forms
(Forum)
by
yrajasekhar
on 2/26/2009
Page 1 of 25 (247 items) 1
2
3
4
5
Next >
...
Last »
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
ASP.NET:
Hanselminutes Podcast 186: .NET Debugging 101 with Tess Ferrandez
TechNet Edge:
WinRE and free stuff with Sean Kearney
WindowsClient:
XslCompiledTransform and large template elements
WindowsClient:
The Future of Client App Dev : WPF and Silverlight Convergence
Channel 9:
PDC09 GeekFest Party
Channel 10:
How to Use "Play to" and "Remote Media Streaming" in Windows 7
Channel 9:
The Visual Studio Documentary: Jeff Hadfield Full Length Interview
TechNet Edge:
Managing Your Entire World - Tech Focus November 2009 Part 3
Channel 9:
The Access Show: Managing Access Databases with SharePoint
Channel 10:
Show Us Your Tech - Mark Pendergrast Edition
TechNet Edge:
Mark Russinovich interview at TechEd EMEA 09
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online