| Thread | Last Post | Replies |
|
| Easiest way to save image from an URL in ASP.NET | 15 Feb 2006 13:05 GMT | 4 |
I would like to know the most efficient way to copy an image from an Internet URL to the local hard disk by means of using an ASP.NET page. So, I would like to click the button on the ASP.NET page and thus to save a copy of a picure at let's say http://www.blabla.com/pic.jpg to ...
|
| How pass the datagrid controls to javascript function | 15 Feb 2006 13:01 GMT | 1 |
I have a datagrid which has textbox controls. In the save button (not in the datagrid) I have to do validation for these controls in DataGrid. My question is how to pass this control name to javascript and how to
|
| Simple String Conversion? | 15 Feb 2006 12:32 GMT | 2 |
I collect a string on my ASP.NET page via Request.QueryString. For Example: http://www.site.com/index.aspx?Outlook=BAD I now want to take this string and convert it to a NUMERICAL string based on
|
| Binding a DataSet to a web server repeater control | 15 Feb 2006 12:26 GMT | 1 |
In short, I have a dataset that contains 10 records and the relevant headings. All I want to do is bind this dataset to a asp.net repeater control. All the examples I've seen create table cell headings and then map to them headings like:
|
| How to use HttpServerUtility? | 15 Feb 2006 11:41 GMT | 2 |
I have a dll file that i am trying to use the Server.Encode function. so i have added a reference to System.Web; but when im trying to delcare: HttpServerUtility mServer = new HttpServerUtility();
|
| Formatting my date in the GridView :-( | 15 Feb 2006 10:34 GMT | 3 |
I'm having problems getting my date to format. Someone told me that with the GridView, you need to use a TemplateColumn and not a BoundColumn when displaying dates. Given that, can anyone see what the problem is with the following code....
|
| User Control DataBind! | 15 Feb 2006 09:13 GMT | 1 |
I have a DataList..that contains a Template like so. This template contains a user control: This control has a property, that retrieves it value from the DataSource associated with the DataList.
|
| Control properties with entity references declared in ASPX get converted to character values | 15 Feb 2006 08:31 GMT | 2 |
Group, I have created a User Control with the property "Html" of type string. If I declare this control on an ASPX page with the value "<b>This is an entity: <</b>" for the property "Html", the ASP.NET parser seems to
|
| Dynamicly adding controls after Page_Load event | 15 Feb 2006 08:27 GMT | 4 |
I dynamicly add custom control in SelectedIndexChanged even of GridView which is firing after Page_Load. My control is not being rendered to page becouse of that (I assume). How to avoid this situation? Sample below protected void dgrCompanies_SelectedIndexChanged(object sender, ...
|
| A new member- Testing to Development. | 15 Feb 2006 07:47 GMT | 2 |
This is Ravi here. I have just joined this group. It seems very interesting and full of help and knowledge. I am very interested in learning ASP.net. I am currently learning VB.net. I am looking forward for guidance from you all in learning ASP.net. I am currently into
|
| how to assign session object to user control | 15 Feb 2006 07:18 GMT | 3 |
I have the following code, without option Strict on, it seems work OK, but when option strict is on. I have a problem for the assignment. Dim ctrlarr(5) As PeopleInfo 'poepleinfo is user control in project Dim i As Integer
|
| Intermittently problem | 15 Feb 2006 04:07 GMT | 1 |
I get the following error message one or two a day. System.Web.HttpException: Exception of type System.Web.HttpException was thrown. ---> System.IO.FileNotFoundException: C:\WWW.NET\Booking\booking.aspx
|
| Gridview Duplicate removal. | 15 Feb 2006 03:51 GMT | 12 |
How would I remove duplicate rows from a dataset after it has already been populated? What would be the best way to check each row and delete duplicates while leaving at least one unique of the duplicate rows?
|
| ODP .Net Connection Pool Problem on Web Application | 15 Feb 2006 03:38 GMT | 1 |
Hi Developers, I am a .Net developer of a Large Online Retailling Company. I would like to have your help on a Connection Pool issue. Recently we have developed a Web Application on ODP .Net to work with
|
| Delete a project in VS 2005 | 15 Feb 2006 02:52 GMT | 1 |
I need to completely remove a web project from VS 2005. How can I do that?
|