|
First
|
Prev |
Next
|
Last
Pages: 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765
Datagrid & CSS Hi all, I would like using an extern css file for defining datagrid style: <asp:datagrid id="DataGrid1" runat="server" GridLines="Horizontal" CellPadding="3" CssClass="gridDetail"> <AlternatingItemStyle CssClass="alternate"></AlternatingItemStyle> <ItemStyle CssClass="itemStyle"></ItemStyle> <... 22 Feb 2006 07:59
"children could not be evaluated" I have an app where I have implemented a drag and drop interface. I pass an object via a DoDragDrop method. The control that receives the drop gets the right data but when I break and try to look at the data_object structure I get the message "children could not be evaluated". In other words the right data gets... 22 Feb 2006 00:07
Page canot be displayed-Please help ASAP (Urgent!) Hi: I have developed a small application uisng ASP.Net/C# (2.0). I am able to view the application UI when I connect to my own m/c. If I try to access the application on my m/c from another m/c using an http something like http://mypc/project/sample.aspx, I see the error "Page cannot be displayed error". Any... 22 Feb 2006 01:39
Error uploading e file with FtpWebRequest Hello, I am trying to upload a file to an ftp server using the FtpWebRequest class, but I get the following error. The requested URI is invalid for this FTP command. I do can upload the file from the Internet Explorer so I have rights to do it. Why is the 2.0 FtpWebRequest class failing? What I am doing wron... 21 Feb 2006 17:54
Sorting DataTable Hi, I have a DataTable, which I'd like to sort before using it for other operation. However, I notice that even after I call the .DefaultView.Sort = "username", the view is still not sorted. For instance, if you try to run this code: DataTable userTable = new DataTable(); userTable.Columns.Add("userID"... 21 Feb 2006 03:07
asp.net 2.0 conversion issue with web.config compilers section I have upgraded an asp.net 1.1 application to asp.net 2.0 using the upgrade wizard in VS2005. The web.config file which worked correctly in 1.1 now has an error that will not allow the application to compile. The error is: The element 'compilation' has invalid child element 'compilers'. List of possible elem... 21 Feb 2006 12:07
crystal report cross-tab i have the need for a bit of an complex cross-tab report. the following information needs to be shown in 1 report. projectname department hours quarter 1,2,3 and 4 and offcourse all sort of summerized fields. i want all the projectnames listed and then for every department it has to show the quarter 1,2,... 23 Feb 2006 05:18
stress test Hi! I'm having a problem with web stress test. I'm using an tool made by Microsoft called 'Microsoft Application Web Stress Tool'. My aplication was made in ASP .NET with C# in Visual Studio 2005. When I run a test with 5 users during 5 minutes, I see that almost all HTTP Headers are truncated and the posts... 20 Feb 2006 21:27
Invalid cast (mshtml.IHTMLInputImage) Hello I have a problem with this code : It throw the "System.InvalidCastException" exception. I use mshtml.dll. SomeOne could explain me why ? For advance thanks... JP Message="Unable to cast COM object of type 'mshtml.HTMLInputElementClass' to interface type 'mshtml.IHTMLInputImage'. This operatio... 17 Feb 2006 16:30
COMTI Not Returning Data I am writeing a .Net program that uses a ComTI Transaction to the mainframe with Host Integration Server. The program will send the information to the mainframe it accepts it and when it tries to return the data i get "The specified record cannot be mapped to a managed value class." This only happens if i use a... 17 Feb 2006 13:22 |