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:750786
More Search Options
RSS Available
Matching Posts
Re: Error while debugging asp.net 1.1 application
Try one more thing. On the Standard toolbar, choose Debug (or Release) from the Solution Configurations list box and try again See this link for more info - http://msdn.microsoft.com/en-us/library/wx0123s5(VS.71).aspx
Posted to
Visual Studio .NET 2003 and Visual Studio .NET 2002
(Forum)
by
Suprotim Agarwal
on 10/17/2009
Re: Show hide link in grid view
Do you want to show hide a Link based on a certain condition. Here's a rough code snippet to help you protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { LinkButton lb = (LinkButton)(e.Row.FindControl("LinkButton1")); if (lb != null) { // check your condition if(1==1) lb.Visible = false; else lb.Visible = true; } } }
Posted to
Data Presentation Controls
(Forum)
by
Suprotim Agarwal
on 8/31/2009
Re: asp:imagebutton link help!
Just use the OnClientClick attribute OnClientClick="document.location.href = 'http://www.yoursite.com/default.aspx';return false" /> Alternatively, why don't use a HyperLink control and set it's ImageUrl to an image and set NavigateUrl to the URL you want. Update: I mean OnClientClick and not OnClick. OnClick is a server side event.
Posted to
Web Forms
(Forum)
by
Suprotim Agarwal
on 8/31/2009
Re: N-Tier application design
Here's a whole lot of Architectural Guidance you can get on all aspects. Must Bookmark! http://msdn.microsoft.com/en-us/asp.net/aa336583.aspx
Posted to
Architecture
(Forum)
by
Suprotim Agarwal
on 8/31/2009
Unable to submit articles on www.asp.net
I have been trying to submit articles from the past week on www.asp.net . However the error persists: http://www.asp.net/error/500/?aspxerrorpath=/community/articles/SubmitArticle.aspx Sorry, an internal server error occurred An internal server error has occurred. From here you may try one of the following options. Go back and try again. Use the Search box above to locate helpful information. Visit the Feedback page and tell us of any broken links. Return to the Home page . I am sure there would
Posted to
Feedback on this website
(Forum)
by
Suprotim Agarwal
on 8/15/2009
Re: How to implement SQL Cache Dependency with Ent Lib
You can get some ideas here: http://davidhayden.com/blog/dave/archive/2006/04/30/2930.aspx http://blogsprajeesh.blogspot.com/2008/04/creating-database-dependency-for.html
Posted to
State Management
(Forum)
by
Suprotim Agarwal
on 8/8/2009
Filed under: SQLCacheDependency Enterprise Library
Re: Session timeout problem
I answered this question sometime back over here http://forums.asp.net/t/1427403.aspx
Posted to
State Management
(Forum)
by
Suprotim Agarwal
on 6/5/2009
Re: Filtering Problem with 2 Dropdownlists?
AppendDataBoundItem takes care of that. Another option is to add this code DropDownListID.Items.Insert(0, new ListItem("Please Select...", "0");
Posted to
Data Presentation Controls
(Forum)
by
Suprotim Agarwal
on 6/5/2009
Re: How do I access the value (not ID) of a drop down list?
How do you populate your DDL? Try this: DDL.SelectedItem.Value.ToString();
Posted to
Web Forms
(Forum)
by
Suprotim Agarwal
on 6/5/2009
Re: validate Login User/passowrd with Windows domain user/password
How To: Use Windows Authentication in ASP.NET 2.0
Posted to
Security
(Forum)
by
Suprotim Agarwal
on 6/5/2009
Page 1 of 193 (1921 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
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
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online