| Thread | Last Post | Replies |
|
| Atlas client-server binding issue (getter) | 09 May 2007 23:13 GMT | 2 |
I have an atlas related question.. I have a web form that submits the information to a web service method, and it's done thru Atlas by binding the web methods to client functions.
|
| write response.outputstream into a control | 09 May 2007 23:07 GMT | 3 |
I have a server-side div control inside my aspx page. I also have another Memory image object (like Bitmap image = new Bitmap(FileName)). The objective I want to achieve is adding this image object into the div control. I tried to use Bitmap.save(Stream stream, ImageFormat ...
|
| Your recommendation: shopping cart with admin | 09 May 2007 22:17 GMT | 1 |
Many of my clients are asking for shopping carts (including credit card processing, some paypal, full function administrative interfaces to add categories & products, adjust shipping costs, etc...) Any recommendations? What are all of you using?
|
| Setting ConnectionString when creating a data access layer with datasets | 09 May 2007 21:30 GMT | 3 |
In my solution, I have a project that is my data access layer. This layer simply consists of strongly-typed datasets created by dragging tables from the server explorer into the dataset designer. The connection string that it uses is stored in the My Project folder
|
| Can I programmatically scroll horizontally to end of page? | 09 May 2007 21:30 GMT | 2 |
I have a series of gridviews (1 thru 6). At about gridview 3, I need the page to horizontally scroll to the end. Any help is appreciated.
|
| Data conversion error | 09 May 2007 19:35 GMT | 4 |
I'm sorry if this has been answered before but I didn't see it in a quick scan of the list. The following code is causing an error when the field is null: Error text:
|
| PostedFile.SaveAs not correctly saving a file | 09 May 2007 19:20 GMT | 1 |
I have a web usercontrol on which is a Webcontrols.FileUpload control. I expose the PostedFile property as a readonly property of the usercontrol. That way, a page has access to it. However, when my page does this mycontrol.PostedFile.SaveAs(filename),
|
| FORM | 09 May 2007 19:13 GMT | 13 |
I have created a form in ASP.NET. Now how do I get the results on another page (a pretty one) and email to myself?
|
| ms access to asp.net | 09 May 2007 18:49 GMT | 9 |
What is the easiest way to upgrade ms access forms and reports to asp.net? If it means a total re-write, how do you run reports with parameters thru an asp.net form with say date-from and date-to parameters? Is crystal better then the built-in reports in VS 2005?
|
| PageRequestManagerParserErrorException | 09 May 2007 18:44 GMT | 1 |
I have an ajax enabled application with a master page and am also using ajax extensions update panel. On my page I've got a grid view that's connected to an objectdatasource which is pointing to a sql database. I've also got a dropdownlist box which servers as a filter
|
| problem with a date parameter in ASP.Net | 09 May 2007 18:39 GMT | 1 |
The date format in the 'weekending' textbox is 5/5/2007 Here's what I've got: With cmd.Parameters .Add(New SqlParameter("@SQLweekending", SqlDbType.DateTime,
|
| How Can I know what is the language of my visitors browser | 09 May 2007 18:32 GMT | 1 |
How Can I know what is the language of my visitors browser
|
| stream pdf to browser | 09 May 2007 17:19 GMT | 3 |
I have a web service that retrieve a pdf file and streams the file into a buffer passing the buffer on to the calling web page. This works perfect if I use a button to submit a call to the web service and stream the file into the calling web form, the problem I have is I need to ...
|
| My button click event runs twice in my VS 2005 - need help | 09 May 2007 16:45 GMT | 8 |
I converted a VS 2003 project to VS 2005. It works perfectly alright in VS 2003 but when I try running in VS 2005 I got strange thing going on. The code (my button click event ) runs twice? Has any one run into this kind of situation before please help. Am I missing
|
| New Website Porject with UserControls adn cannot see images? | 09 May 2007 16:41 GMT | 1 |
First, I am using VS2005 with windows XP. I am having an issue where I cannot see the images in my usercontrols or the ASPX pages they are dropped onto (the ASPX pages are on the root of the site for now). Indies my user control I am using a standard html img tag:
|