| Thread | Last Post | Replies |
|
| Custom form control in asp.net | 03 Sep 2007 08:43 GMT | 4 |
I have problem using simple custom form control on asp.net page. It does not do much. Just label and button. (It is for training purpose). My control works fine when I use it in my windows application but I have problem with asp.net.
|
| OCR Software Recommendations | 03 Sep 2007 07:21 GMT | 2 |
I'm looking for OCR software that works well with .Net. Need to read and modify fax documents. Anyone have any recommendations? Thanks,
|
| Unregistering startup script | 03 Sep 2007 07:09 GMT | 2 |
I am using Page.ClientScript.RegisterStartupScript but couldn't find any way to unregister the registered script. Is there a way to do that?
|
| Web Application Project - ReportViewer Control | 03 Sep 2007 05:36 GMT | 11 |
I am trying to use a ReportViewer control in a VS 2005 web application project (not Website project). When I try to create a new report (local), I can't seem to find any method to create a datasource. I would like to use an existing class object.
|
| Need suggestions/opinions about pdf/word manipulation | 03 Sep 2007 04:45 GMT | 5 |
Not even sure if this is the right group to post to, but I'll give it a shot here. I'm using ASP.NET 2, and C#. Basically, my client has a 2 page contract in Word. It's a pretty simple
|
| Changing position of Wizardstep | 03 Sep 2007 04:21 GMT | 3 |
How can I move a wizardstep dynamacally form one position to another. eg: change the position of step 1 to be step 4. thanks.
|
| Crystal Reports - Visual Basic UFL that implements this function is missing (or U2lcom.dll is missing) | 03 Sep 2007 03:27 GMT | 3 |
I've converted a large ASP.NET 1.0 application (written by another developer) to ASP.NET 2.0. It uses Crystal Reports. All of the Crystal Report reports work, except for one.
|
| Problems, problems for newbie | 03 Sep 2007 03:10 GMT | 1 |
I'm getting very frustrated with a number of problems I have encountered in my first application. Any and all help will be appreciated. I have a master page called Managing.master with the vb in Managing.master.vb.
|
| GridView special character problem | 03 Sep 2007 03:07 GMT | 5 |
I have a 1.1 utility program that prints any DataGrid in a Crystal Report and it works just fine. I'm in the process of final testing of a new 2.0 version that does the same for GridViews. When testing my new version I notice that my reports don't print some types of ...
|
| ASP.NET 2.0 Web Site Project - Change Web Service Path? | 03 Sep 2007 02:21 GMT | 1 |
I'm deploying a web site application to a production server. The web site contacts a back end web service (part of this project) and in development it uses http://localhost:4161/. In production it has another path - how do I configure the path?
|
| Limit to List...not? | 03 Sep 2007 00:26 GMT | 3 |
Does .NET have a feature so that I can create a combo box where the user is NOT limited to the contents of the list? In other words, can I create a drop-down where, besides the option of selecting from the lists values, the user can also enter their own text?
|
| Newbie question: Content and Master | 02 Sep 2007 23:10 GMT | 8 |
I am just learning ASP and .NET (coming from a php, C, Java background) so please bear with me. Where can I find a simple example of a master page which references a css style sheet, and a content file that uses that master file. I would like to
|
| Need to dynamically add <ASP:Button> controls to web user control w.in page | 02 Sep 2007 21:06 GMT | 1 |
How do I dynamically generate <ASP:button> controls for a repeating recordset (using reader with while loop). Each row would have ASP:Button and CommandName="sameFunctionForAll()" CommandArgument=reader["ProductID"].ToString()
|
| GridView, dynamic template fields, FindControl problem | 02 Sep 2007 20:16 GMT | 4 |
I'm building a GridView using code to add template fields, because there is a random number of columns in result set from database. I'm using a class with ITemplate interface for defining columns. I am using a code which adds a checkbox for each column:
|
| IIS for Vista Home Premier | 02 Sep 2007 17:03 GMT | 3 |
I found that there is no IIS for Windows Vista Home Premier Edition. Can I install IIS from my windows XP Pro to Vista? How to do it? Thanks David
|