| Thread | Last Post | Replies |
|
| Sending raw ASCII to a printer share... | 27 Feb 2006 22:55 GMT | 1 |
I'm writing a web based system, which needs to direct prints to a Zebra barcode printer. I plan to use the ZPL (Zebra's own) programming language for sending Raw ASCII to the printer, and therefore enabling the printing.
|
| ASP 2.0 Question | 27 Feb 2006 22:11 GMT | 1 |
I have a asp page that has 3 list boxes on it and one combo box. When the user selects an item from each of the list boxes it automatically shows the data in a Grid View. I can select different items from each list box and the grid view will be filtered. I want to be able to have ...
|
| Parser Error Message: Could not load type 'WebApplication1.Global' -- when converting to ASP 2.0 on server only... | 27 Feb 2006 22:08 GMT | 4 |
I've converted over my ASP 1.1 NET app to ASP 2.0 NET and everything is working when I'm running local host, but when I copy the files up to my Web Server I get the above error. I've done some research but so far nothing has resolved this error:
|
| Is ASP.net suitable for this typw of web application? | 27 Feb 2006 22:02 GMT | 7 |
Coming now mainly from a PHP mySQL DB programming background, (but previously a VB 6 programmer with a little DHTML experience) I have been asked how easy it would be to develop a web application where by I have a number of images on the left of the screen that could be dragged ...
|
| Project-level Imports? | 27 Feb 2006 21:56 GMT | 2 |
Hi all, I am wondering, how do you do project level imports in an ASP.NET 2 project? In Studio 2003 rightclicking the project and hitting properties, there was a section to specify imports for the whole project.
|
| Large Access Table Causes runtime error | 27 Feb 2006 21:46 GMT | 1 |
Have a page that calls to an Access DB via datareader into a data grid. Works great with all tables expect one that has 25,000 entries. Is there a limit on the number of rows in a table that can be processed? I get "Server Error in '/' Application"
|
| ReportViewer bug | 27 Feb 2006 21:11 GMT | 1 |
I have a report that uses 2 datasets (2 tables on the report) VS2005 correctly generates 2 ObjectDataSource objs when selecting the report in the smart tag of the ReportViewer. Depending on values the user enter, example start/end date, the report must
|
| textbox empties itself on postback | 27 Feb 2006 20:39 GMT | 2 |
i have an aspx page that when first loaded all the textboxes are empty. the client side javascript will fill some of the textboxes based on what the user selects. for some reason when the page posts back one of the textboxes looses its value set by the client side javascript. ...
|
| free asp.net 2.0 menu | 27 Feb 2006 20:37 GMT | 7 |
|
| Moving VS Pages from Development to Production | 27 Feb 2006 20:37 GMT | 3 |
I normally build my site with DW and used VS 2003 to build a Web page to call my web service. I now want to move the file over to my production system, but don't know which files I need.
|
| get_aspx_ver.aspx and FileNotFoundException | 27 Feb 2006 20:33 GMT | 4 |
Environment: Visual Studio .Net 2003, SQL Server 2000, C# for the web forms. I have an HttpModule that reports any unhandled application error and it works nicely. However, everytime I rebuild my web app, check it in to visual sourcesafe,
|
| Style Sheet Woes | 27 Feb 2006 20:20 GMT | 2 |
I am familar with using style sheets in plain old HTML or ASP pages. I thought I'd attempt the same in an asp.net app. I am finding something wierd however. I use this line in the <head> tag of the webform:
|
| Required permissions cannot be acquired. | 27 Feb 2006 20:08 GMT | 3 |
After installing Sharepoint Portal Services I am no longer able to see my website. When I try I get Required permissions cannot be acquired. I have tried to put the Trust key in the web.config but that made things worse as the SPS Website became the dominant website and reported an ...
|
| Dynamically Loaded controls loading other controls | 27 Feb 2006 19:25 GMT | 3 |
I am loading a web user control (.NET 2.0) into a placeholder on a content page ( plus the use of a master page). The controls is a list of companie, one you select a company for editing, the edit button loads the "editcompany.ascx" control into the placeholder
|
| Help validating email addresses | 27 Feb 2006 18:51 GMT | 4 |
I am using a RegularExpressionValidator control on my ASP page, and I have the ValidationExpression property set to "Internet E-mail Address". The email address is valiated when the user puts in a email addess in the TextBox. This works fine until I have multiple email addresses. ...
|