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:766029
More Search Options
RSS Available
Matching Posts
Re: How to export a crystal report to a notepad
check below link to get idea I guess its content Type is Response.ContentType = " application/vnd.text" Displaying , Exporting and Printing Crystal Reports in ASP.NET http://www.codeproject.com/KB/aspnet/crCode.aspx
Posted to
Crystal Reports
(Forum)
by
manoj0682
on 11/27/2009
Re: updatepanel and response.write issue and label issue
http://forums.asp.net/p/996137/1306659.aspx#1306659 I guess you can write trigger event for formview, just google it
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
manoj0682
on 11/27/2009
Re: updatepanel and response.write issue and label issue
[quote user="sapator"] Hi.Yes but in this article the control is created inside the vb code not in the markup.Is this correct? [/quote] yes, you can convert into C#, convert through below link http://www.developerfusion.com/tools/convert/vb-to-csharp/
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
manoj0682
on 11/27/2009
Re: Filter Gridview with Large Dataset
not sure about filtering, but below link provide you how to deal with large records in gridview Effective Paging and Sorting Using GridView and ObjectDataSource – Part I Effective Paging and Sorting using GridView – Part II
Posted to
Data Presentation Controls
(Forum)
by
manoj0682
on 11/26/2009
Re: Problem in Gridview in Link Button:Invalid postback or callback argument
check out below link Why do I get "Invalid postback or callback argument" Errors? http://blogs.msdn.com/amitsh/archive/2007/07/31/why-i-get-invalid-postback-or-callback-argument-errors.aspx
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
manoj0682
on 11/26/2009
Re: issue with onrowcommand event of gridview
this is what u r looking for ? ASP.NET GridView with Custom Paging UI http://www.dotnetcurry.com/ShowArticle.aspx?ID=339
Posted to
Data Presentation Controls
(Forum)
by
manoj0682
on 11/26/2009
Re: Problem in Gridview in Link Button:Invalid postback or callback argument
ok, I had given link so you can understand why its happen ..... I guess u have to make <pages enableEventValidation="false" /> not true .... can u check this one
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
manoj0682
on 11/26/2009
Re: findcontrol
Creating a BetterFindControl and MuchBetterFindControl
Posted to
Getting Started
(Forum)
by
manoj0682
on 11/26/2009
Re: Problem in Gridview in Link Button:Invalid postback or callback argument
should not be major problem, I guess some problem with code. paste ur HTML and code behind related with link button here
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
manoj0682
on 11/26/2009
Re: Problem in Gridview in Link Button:Invalid postback or callback argument
code looks ok for me, not sure what could be problem. You have to do some kind of work around. ViewState["IsLinkClick"]=false; create this on page load postback if(!ispostback) { ViewState["IsLinkClick"]=false; } on click event protected void lbtnEditCompany_Click(object sender, EventArgs e) { if(convert.tobollean(ViewState["IsLinkClick"])) { return ; } ViewState["IsLinkClick"]=true; // ur rest code here; }
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
manoj0682
on 11/26/2009
Page 1 of 113 (1128 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