| Thread | Last Post | Replies |
|
| AssemblyInfo.vb | 20 Aug 2007 20:14 GMT | 1 |
In a windows application, you have an assembly info with, for example, the following information. How would you set these parameters in a web application? Imports System.Reflection
|
| ASPNET account for windows 2000 server | 20 Aug 2007 19:42 GMT | 10 |
I am trying to setup ASPNET account for .NET application to access database (SQL Server 2000) by aspnet_regiis -i in the directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322 After running it, I got a successful installed information. But I can not
|
| Auto submit when pressing enter | 20 Aug 2007 19:39 GMT | 1 |
We have a internal site using Master Pages that has a header (web user control) on top of every page with a search feature. This search is basically a textbox and a search button beside it which works when you click on the submit button. Is it possible to change it so that it's
|
| Remembering values between postbacks | 20 Aug 2007 19:07 GMT | 4 |
I have 2 private variables in my class that I need to remember the values of between postbacks (or actually callbacks, since I am using AJAX). I want to avoid using session variables, if possible. Is there any other way to have VB.NET maintain the values of these variables ...
|
| Setting Text of a button | 20 Aug 2007 19:07 GMT | 4 |
i have a problem while setting the button text recently for my case, i would like to set the text of the button on the aspx page, i have write the code like below <asp:button id="btn_submit" text='<%# GetText("abc.xml","btn_text")
|
| what's wrong with this corde ? | 20 Aug 2007 18:47 GMT | 4 |
Microsoft VBScript compilation error '800a0401' Expected end of statement /new.asp, line 43 fp_sQry="Select * From tblMatches Where( tblMatches.Date >=
|
| Windows and Forms Authentication | 20 Aug 2007 18:26 GMT | 1 |
I am looking for a tutorial or code samples to create a cross between Windows and Forms authentication. What we would like to do is utilize the Windows authentication for loggin into an application, but be able to set the user roles and permissions to various processes of the ...
|
| How to add activeX cntrol to the web page | 20 Aug 2007 17:09 GMT | 3 |
How to add ActiveX Control to the web page. I added Object tag in the source html. Only ActiveX control is coming on the design. If I want to access the properties and manipulate them , I tried to create one Object ActiveXObject("Namespace.ClassName").But it is giving
|
| No VB6 | 20 Aug 2007 16:56 GMT | 9 |
We have a VB6 DLL unfortunately we no longer have VB6. I need to make a line of code change to it. Is there anywhere I can compile the source code online while I look around for a copy? - I am totally unfamiliar with VB6 so I don't know if what I am talking about is possible. I ...
|
| Error message - Name bind not declared | 20 Aug 2007 16:22 GMT | 1 |
This is the error message I'm getting when trying to bring back the data to show whether a check box is listed or not this is what I have so far: <EditItemTemplate><asp:RadioButton ID="RadioYes" GroupName="FAQs"
|
| Visual Studio 2003 ASP.NET Re-writing | 20 Aug 2007 15:58 GMT | 1 |
Howdy. I've got a simple problem that has been driving me bananas. Most of our website is still written in ASP.NET 1.1. While working on some web apps visual studio will take some tags like : <form id=Form1 method=post encType="multipart/form-data" runat="server">
|
| Putting things at the bottom of a list. | 20 Aug 2007 15:31 GMT | 1 |
I have a drop down list with a bunch of items from a datatable. I want to have it so that there are a couple of items that will always appear at the bottom. I know how to get it at the top ( leading spaces ) can anybody make any suggestions on how to have it at the bottom. I ...
|
| Select Row by javascript in Datalist | 20 Aug 2007 15:04 GMT | 2 |
Hi misters, I have Datalist like this: ... <HeaderTemplate>
|
| Deploying .net 1.1 on Windows Vista | 20 Aug 2007 14:36 GMT | 2 |
Our application is coding using the C#.Net 1.1, I am wondering how to deploy our C#.Net 1.1 application on the Windows Vista OS. Thanks for help. Jason
|
| Error: URI formats are not supported. | 20 Aug 2007 14:35 GMT | 2 |
I am getting this error when I try to declare an object as an Excel workbook. Can anyone tell me how to fix it? I have placed the Excel file on the server in the "spreadsheets" directory. Public Shared wkbExcel As SpreadsheetGear.IWorkbook
|