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:784385
More Search Options
RSS Available
Matching Posts
Web Service stuck after sometime
Dear All, I have published one webservice , which contains 4 to 5 Sub routines. After sometime (18-26 hours) ,one of the subroutines failed to respond or we can say that subroutine has been by passed. but it doesn't throw any exception, only failed to respond. and to restore it to its normal state i have to republish it. Waiting for your positive response.Please help out in this issue.
Posted to
XML Web Services
(Forum)
by
Nabeel5
on 10/14/2009
Re: Unable to Connect DB from Class Library
Yes i added the refrence
Posted to
Configuration and Deployment
(Forum)
by
Nabeel5
on 4/15/2009
Unable to Connect DB from Class Library
Hi, I am trying to create a Class library in vb.net which includes some DB connectivity. and i have stored the connection string app.config file in < connectionStrings > < add name = " Cares " connectionString = " Data Source=myDb;User ID=username;Password=pwd;Persist Security Info=False;Enlist=false; " providerName = " System.Data.OracleClient " /> </ connectionStrings > and in vb file i call it like this System.ConfigurationManager.ConnectionString
Posted to
Configuration and Deployment
(Forum)
by
Nabeel5
on 4/15/2009
Consuming a service Which is not Soap based
Hi, I want to consume a service which is not running over soap.it is developed in PHP , is there any way that i can consume it in my .net application. its more an HTTP request rather than web service.
Posted to
XML Web Services
(Forum)
by
Nabeel5
on 10/31/2008
Save Previous Page DropDown State
I have an update Panel where there are few drop downs on the Projects Listing Page , user can filter the projects and then can click on any of the grid row to read its description.but when he press the back button, page refreshes, I want to store the previous page dropdowns selected values when user comes back from description page.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Nabeel5
on 9/25/2008
Re: URL Rewriting
I used the thrid party dll. which i mentioned above. So i didn't configure any wildcard mapping ? would you please explain a little more.
Posted to
Configuration and Deployment
(Forum)
by
Nabeel5
on 9/18/2008
URL Rewriting
I have used the Intelligencia.UrlRewriter.dll for URl Rewriting in my asp.net application. and added rules in the web.config files like < rewriter > < rewrite url = " ~/green(.*) " to = " ~/greenpage.aspx " /> < rewrite url = " ~/yellow(.*) " to = " ~/yellowpage.aspx " /> </ rewriter > when i run it in Visual studio it works fine. like http//localhost:1288/myproject/green but when i run it through localhost/myproject/myproject/green
Posted to
Configuration and Deployment
(Forum)
by
Nabeel5
on 9/17/2008
Add Text To Pager Row
Hi, I have a Gridview using DataSource is Generic List.I have enabled its auto paging which shows 1 2 3 4 in pager row. My Question is how can i add text in this pager row like " Browse Pages 1 2 3 4 . . . " Regards
Posted to
Data Presentation Controls
(Forum)
by
Nabeel5
on 8/29/2008
RegisterStartupScript Problem
private string PopulateJavaScriptArray() { StringBuilder sb = new StringBuilder (); sb.Append( "<script language='javascript'>" ); sb.Append( "var aMember=[" ); List < Regions > LstReg = TvfDb .SelectRegions(); foreach ( Regions objReg in LstReg) { ListItem item = new ListItem (objReg.Region, objReg.ID.ToString()); ddlRegion.Items.Add(item); List < Country > LstCountry = TvfDb .SelectCountriesByRegion(objReg.ID); foreach ( Country objCountry in LstCountry
Posted to
Client Side Web Development
(Forum)
by
Nabeel5
on 8/27/2008
Sorting in Gridview
I have a gridview in which i have applied custom sorting , but there is one column whose value is set under RowDataBound Event like this if (e.Row.RowType == DataControlRowType .DataRow) { TVF. Projects ProjObj = (TVF. Projects )e.Row.DataItem; Label lblBrands = (Label )e.Row.FindControl( "brandLabel" ); lblBrands="some text here"; } so how i can apply sorting on this label
Posted to
Data Presentation Controls
(Forum)
by
Nabeel5
on 8/26/2008
Page 1 of 3 (21 items) 1
2
3
Next >
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online