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:748103
More Search Options
RSS Available
Matching Posts
maximum report processing jobs limit configured by your system administrator has been reached
when i run mu crystal report i got this error maximum report processing jobs limit configured by your system administrator has been reached can anybody resolve this problem thanks in advance
Posted to
Crystal Reports
(Forum)
by
krishanmanral
on 11/19/2007
problem in exporting crystal report to excel
On export of crystal report to an excel file I face the following problems. 1.Border of the cells are not visble in the excel sheet. 2.Some columns are getting overlapped. please provide me the steps to solve this problem. -krishan manral
Posted to
Crystal Reports
(Forum)
by
krishanmanral
on 11/19/2007
comparing a date from calender with the one in db in months and year
i have a text box in which value is filled from a calender , in my db i have a column of bonus_date, i want to retrive all the data from database which have same month and year as that of the date entered in textbox.. how do i do that??
Posted to
Data Presentation Controls
(Forum)
by
krishanmanral
on 8/2/2007
Re: Edit/Update/Cancel buttons taking two clicks in dataview
rebind your gridview with your datasource gridview.datasource = ....datasource; gridview.databind(); the problem will resolve
Posted to
Data Presentation Controls
(Forum)
by
krishanmanral
on 7/30/2007
Re: how to populate dropdownlist inside template of gridview
protected void grdvwdesignmaster_RowDataBound( object sender, GridViewRowEventArgs e) { if ((e.Row.RowState & DataControlRowState .Edit) > 0) { System.Data. DataRowView dv = ( DataRowView )e.Row.DataItem; DropDownList ddlunit = ( DropDownList )e.Row.FindControl( "ddl_unit" ); Utility . General .SetDropDownValue(ddlunit, dv[ "Unit" ].ToString()); DropDownList ddlcapture = ( DropDownList )e.Row.FindControl( "ddl_capture" ); Utility . General .SetDropDownValue(ddlcapture
Posted to
Data Presentation Controls
(Forum)
by
krishanmanral
on 7/30/2007
Re: HOW TO: Using sorting / paging on GridView w/o a DataSourceControl DataSource
thank you very much it works for me
Posted to
FAQ - Frequently Asked Questions
(Forum)
by
krishanmanral
on 7/30/2007
Re: HOW TO: Using sorting / paging on GridView w/o a DataSourceControl DataSource
thanks it works for me
Posted to
FAQ - Frequently Asked Questions
(Forum)
by
krishanmanral
on 7/30/2007
Re: HOW TO: Using sorting / paging on GridView w/o a DataSourceControl DataSource
i m having problem that when i select any header item for sorting i got the same result of sortdirection = acsending every time. ConvertSortDirectionToSql function alwawys returns "Asc" what should i do next my code is as below private string ConvertSortDir( SortDirection sortDireciton) { string newSortDirection = String .Empty; switch (sortDireciton) { case SortDirection .Ascending: newSortDirection = "ASC" ; break ; case SortDirection .Descending: newSortDirection = "DESC"
Posted to
FAQ - Frequently Asked Questions
(Forum)
by
krishanmanral
on 7/27/2007
Re: HOW TO: Using sorting / paging on GridView w/o a DataSourceControl DataSource
i m having problem that when i select any header item for sorting i got the same result of sortdirection = acsending every time. ConvertSortDirectionToSql function alwawys returns "Asc" what should i do next
Posted to
FAQ - Frequently Asked Questions
(Forum)
by
krishanmanral
on 7/27/2007
Page 1 of 1 (9 items)
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online