I am attempting to incorporate a javascript function into my VB.NET project using Page.ClientScript.RegisterStartupScript. I have managed to adapt some other code and have got as far as using ...
I understand that interfaces define properties and methods. A class that implements an interface provides the code for the interface, thus different classes can implement the interfaces in uni...
I'm building a Content Management System (CMS) and need some tips using the Membership Proveider in asp.net 2.0 correct.
Each user has to be member of a spesific site and have a SiteID ass...
I need some help. I am just not getting a piece of the puzzle and will reward all the points I can for the answer.
I have the connection string thing down
I need help with the rest.
I have ...
I am trying to write a LoadFromFile() Sub that will deserialize a file from the HD into my class object, but I cant do it because " 'Me' cannot be target of an assignment ". Right now I am des...
Experts
I have a DataGridView in VB.Net 2005 that is bound to a dataset. The DataGridView has 1 column only, usually with lots of rows in alphabetical order. My problem is that I need to ...
I have set up a simple calculator in VB, you type in two numbers select a +,-,*, or / then hit = and it shows the answer. but for the division part i need it to show the answer but not as a de...
I have a very simple contact form page that doesn't even have any controls on it. It has input text boxes that I would like to handle in my code-behind. I'm trying to invoke __doPostBack on my...
Hi experts,
i use a static (shared) variable accross all the application
the application launch dynamically threads in the threadpool...
whad i did is the launch x threadpools sequentiall...
hi,
I am new to Ajax. Can anybody help me to do following things: I am using Asp.net (with VB code)
1. Examples with VB
2. Any grid which supports AJAX and free.
regards,
M Abdussami
I have a dropdownlist on a page that is populated by by a sql database table. I would like that value to be passed on to another page and be the text of a label. I can do it with textboxes wit...
Using Visual studio 2005 Vb.net I automatically generated a bound datagridview
It used a data adapter to fill the data table. It also set the DataSource of a binding source to the data table...
I AM DEVELOPING A WEBSITE.
THERE is a default page. default.aspx from which user logs in by forms authentication
(NOT using built in Login controls of ASP.NET 2.0
Inner pages are say user...
I am working on ASP.NET 2.0 project.
Need a code exmple that uses membership.
With few forms and session-user info used among them.
I am trying to deploy a Winforms VB.NET 2.0 Application. When I click on the .application file to install, I get the following error:
Unable to install or run the application. The applica...
Hi All,
I've searched extensively, but have not come up with a solution for this.
I am using a standard ImageButton on my webform and would simply like to change the image when the Image...
Hi, I am writing data from a database to a text file, actually an xml file, to which I apply my own formatting in order to transform it in a pdf. I am using iTextCSharp utility. Here is my pro...
I need to validate text box that would take at least four characters, i did that but if i type like !,or @,or # or all the characters etc, it is not happening how can i add this too my validat...
Hi Experts,
I have a web page written in c#, and I'm trying to enable a gridview to be exported to Excel. In order to do this, I need to override a certain class: VerifyRenderingInServerFor...
After receiving authentication errors when attempting to debug my web project via VS2008 IDE I located a solution on EE which recommends uninstalling ALL .NET framework and reinstall. I did th...
Hi All
I've an update panel with a gridview displaying my daya with 2 asp.imagebuttons, each with their onclick events running serverside code, that pops a modal dialog panel with a ModalPo...
I have app keys in my Web.config file that I want to move some into a Custom.config file for easy maintenance and permissions issues. In my Web.config I have this:
...
<appSettings>
<...
I have a vb.net application and I want to be able to record the time that a specific form has been open.
so the function should start as soon as that form ist opened and it should count th...
Is Windows 2000 Server Safely Compatible With .NET Framework 2 and MDAC 2.8 or is an upgrade to Windows 2003 Server advisable ?
Hello Experts,
I'm not sure where can I ask questions regarding Microsoft ajax...
My issue is really simple.
I have 2 update panels on the page (upanel1 and upanel2) and I would like to p...