September 21st, 2007 06:19 AM
Hi,
In aspx page
i wrote one function in javasript to show the scrolling height
function scrollingDetector(){
if (navigator.appName == "Microsoft Internet Explorer"){
March 30th, 2007 06:02 AM
hi
I am working with AjaxEnableWebsiteApplication. Sometimes i got Timeout Exception like..
Sys.WebForms.PageRequestManager TimeoutException: The Server request timed out.
How to avoid this...
March 29th, 2007 06:36 AM
Hi
First I hav migrated my project from VS2003 to VS 2005 using UpdatePackage(VS80-KB915364-X86-ENU).
Aftersometimes i hv installed Asp.net Ajax ver 1.0 .
and now i hv create one Asp.net...
March 27th, 2007 12:32 AM
Hi,
i hv a datagrid i want to show the available rows according to the height of the screen(without Scrollbars) not by PageSize property of the DataGrid
Pls give me some ideas
thankyou
veeresh
March 26th, 2007 06:10 AM
Hi,
i hv a datagrid i want to show the available rows according to the height of the screen(without Scrollbars) not by PageSize property of the DataGrid
Pls give me some ideas
thankyou
veeresh
November 20th, 2006 03:59 AM
hi..
i want to display a progress bar in the middle of the page while loading some process
for that.. i wrote one javascript funtion progress()
but from that function i dont know how to...
November 3rd, 2006 11:08 PM
hi
thankyou.. i hv populated dropdown list..
now i want to add a button to the datagrid..
here is the code. i hv used ..
<asp:TemplateColumn HeaderText="File Name">
November 3rd, 2006 05:13 AM
hi
i hv a Datagrid which hv a dropdownmenu and a button in each row
i want to populate the dropdown menu inside the Datagrid..
i want to add Upload button inside the datagrid..
any idea pls...
November 2nd, 2006 12:56 AM
hi,
i am using webservices with asp.net2.0
After publishing my webapplication.. while running the application
i go errors like this
Server Error in '/OfficeMatrix' Application....