| Thread | Last Post | Replies |
|
| Timeout Clarification (All 5 of them) | 16 Jul 2007 05:25 GMT | 2 |
ASP.NET, Windows Forms, Web Services WebService Proxy Timeout = 100secs WebService Asmx = Unlimited? IIS ASP ScriptTimeout = 90secs
|
| designer file | 16 Jul 2007 03:57 GMT | 9 |
how do i regenerate the designer file, mine got out of sync and i deleted it - thought it would create new one. thanks
|
| Question about user webcontrol and popup | 16 Jul 2007 03:14 GMT | 3 |
I want to implement a customized user webcontrol (.ascx). Inside this control I have a dropdownlist and a button. when user click the button, it will open a pop up window(not Ajax popup window). The popup window will display a datagrid. The user can select one or more items from ...
|
| WebService fails inside ASP 2.0 website | 16 Jul 2007 01:26 GMT | 3 |
In my ASP.Net 2.0 website I defined base page type in web config as follows: <pages MaintainScrollPositionOnPostback="true" pageBaseType="base_Page" /> It all works fine for the pages. Now I am adding webservices to the site - I use the same business objects
|
| Disable View Source Button? | 16 Jul 2007 00:35 GMT | 8 |
I have a customer who wants the View Source button disabled when people view his website. I explained to him how in ASP.NET the "real" code is in the code-behind module and not visible to the end-user anyway, but he really wants that View Source button disabled.
|
| Design question | 16 Jul 2007 00:11 GMT | 4 |
I have a button on my ASP.NET 2.0 web page labelled "Copy to Clipboard" which must use server side code to format some data in a specific manner and then copy it to the client clipboard so it can be pasted into another application. Initially I planned to have the
|
| Creating Dynamic Controls | 15 Jul 2007 22:30 GMT | 1 |
I have one problem, but when I solve the one, another appears: I've written a loop that creates a variable number of dropdownlist controls. When I load the page, the required number of dropdowns appear on the page, but they contain the entry System.Data.DataRowView and the
|
| App_Data folder, is it always necessary | 15 Jul 2007 20:52 GMT | 3 |
Is it always necessary to upload to the host, the App_Data folder if my db does not reside in that folder?
 Signature L. A. Jones
|
| Regular expression for word counting | 15 Jul 2007 16:20 GMT | 9 |
Hi, I have RegularExpressionValidator control and I wish to set it up for limiting input text in textarea to 50 words. Users can enter text they like, using all ".",",","!","?","@" and other symbols. All that matters is that there can be maximum 49 whitespace characters. How can
|
| using xml as html | 15 Jul 2007 16:17 GMT | 3 |
I have some xhtml in a file called test.xml. I created a div on my page then in the page load event i load test.xml into a smldoc and then div.innerhtml=doc.innerxml
|
| get sqldatasource field values | 15 Jul 2007 12:54 GMT | 1 |
I've a page with with sqldatasource and detailsview, detailview was assinged to sqldatasource on design time. Now i would like to display a some fileds value in text box. How can i get the values from sqldatasource. Sqldatasource always returns
|
| difference between Image and ImageButton | 15 Jul 2007 10:21 GMT | 3 |
Could you some tell me the difference between Image and ImageButton, which one do i need to use if i want to show some picture on the html Thanks Ganapathi
|
| Signing ActiveX control to use in ASP.NET web page | 15 Jul 2007 10:02 GMT | 5 |
I have developed a ActiveX control and place it in a ASP.NET web page. I am able to use the control very well when the web page is viewed locally. When any other machine is trying to open the same page the control is
|
| dynamic obect access | 15 Jul 2007 09:25 GMT | 1 |
i have for exmaple few DDL and i want each time to send to the function use the DDL name and all the code in the function will be dnamic for example ddlCountry.DataSource =...
|
| How do I trace the origin of "String or binary data would be trunc | 15 Jul 2007 08:56 GMT | 2 |
I get this error: "String or binary data would be truncated" when I try to insert data in the database. But the stack trace gives no clue as to what is the offending data column. How can see the offending column? Stack Trace
|