| Thread | Last Post | Replies |
|
| Image Conversion in C# | 27 Jun 2006 16:48 GMT | 5 |
I have a jpg image. Now, I'm going to put some text and merge it with other emf file. So, I converted it to emf file with Image.Save. but I couldn't load it. My code is:
|
| Visual studio 2005 HTML design view bugs | 27 Jun 2006 16:25 GMT | 1 |
I have had a lot of problems getting web pages, master pages and content pages to render in VS2005 design view the same as they would in Internet Explorer. I did a lot of looking on the internet for answers but didn't have much luck. Anyway I believe I have found the causes of
|
| INPUT TYPE=FILE JavaScript Error | 27 Jun 2006 16:17 GMT | 11 |
A Javascript error is generated when the user types a few character in an INPUT TYPE=FILE and hits a submit button. The form does not post. Is there a solution to this problem? Thanks
|
| Controlling MultiView ActiveViewIndex after FormView Mode change | 27 Jun 2006 16:09 GMT | 1 |
I have a FormView control with a MultiView control within it's EditItemTemplate (because using a Wizard doesn't maintain two way data binding - MS confirmed bug). Any how, I have the requirement to save my data every time I change view of
|
| the old JS question: IE vs Firefox | 27 Jun 2006 15:45 GMT | 3 |
I'm performing a form validation using the javascript in the ASPX pages and I got into a part that I can't figure it out how to move foward. All is resumed in this page: http://filterqueen.brinkster.net/new_fastcash.dk/users/test.aspx
|
| Question about Roles | 27 Jun 2006 15:21 GMT | 3 |
Dear NG, I plan to have a Datagrid in ASP.NET 2.0, with Users in Rows and Roles in Columns, eg. RoleA RoleB RoleC
|
| Dotnet 2005 Themes | 27 Jun 2006 15:15 GMT | 1 |
I was just reading books and came across asp.net themes, when i browsed this location C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETClientFiles\ i was unable to find any themes folder in this location where as the
|
| 2 servers .... application and database | 27 Jun 2006 15:05 GMT | 1 |
I need your advise. For a big application, we have 2 servers, one for the application server and the other for the database. Could you tell me the technical way to use to make search and bring back data from database server to application server ? (webservices?)
|
| Scripting disabled | 27 Jun 2006 14:54 GMT | 7 |
Is there any way, from ASP, ASP.Net or client-side scripting, to determine whether the browser has client-scripting disabled? Thanks Kev
|
| Calling a C# from | 27 Jun 2006 14:37 GMT | 3 |
I have written a class or a project contains a form in C#. How do I call this class/project from within asp.net web page ?
|
| 2.0: unexpected color of TextBox | 27 Jun 2006 14:32 GMT | 2 |
I am learning .NET and I have such problem: I have a page with a number of TextBox controls - all of them are white. Unexpectedly of of them is yellow. Here definition of the control:
|
| MasterPage Popup | 27 Jun 2006 14:31 GMT | 1 |
How can I create a popup using masterpages? Where do I put my javascript? thanks
|
| Implicit calling of Submit button on Page Refresh. | 27 Jun 2006 13:49 GMT | 1 |
I have a login page, the problem I'm facing is like this; 1. Login page with submit button (being default button); 2. When first time the page is submitted then submit code is called. 3. Again when page refresh is done by (f5) then submit button is fired
|
| Change in Display values in Boolean DataColumn in DataGridView | 27 Jun 2006 13:18 GMT | 3 |
it's me again. now days i'm learning DataGridView of .NET 2.0. i found that some of the features are quite attractive but sometimes they are not easy to modify and from that point our problem starts. i've one bit column in my table in SQL SERVER 2000 Database. the
|
| ObjectDataSource UpdateItem with DataObjectTypeName Original values required | 27 Jun 2006 12:00 GMT | 1 |
I'm using ObjectDataSource.UpdateItem with the configured object using a value type to encapsulate all the datafields. The update method in my object looks like [DataObjectMethod(DataObjectMethodType.Update)]
|