Dear Experts.
I am using ASP.NET2.0, C#.
I want to make Format mask. on a textbox that only Accepts Date format dd/mm/yyyy throught JavaScript.
so please can you Help me.
I have a web page with CustomerNameTextBox and CustomerIDTextBox in a web page. The javascript works fine when the CustomerIDTextBox visible property is true. But I don't want the end user see...
I'm trying to save the contents of a list back to a database using the following code.
Public Shared Sub SaveWorkItems(ByVal workItems As List(Of WorkItem))
HttpContext.Current...
I have an ASP.NET 2.0 FileUpload web server control which works great. However, I cannot for the life of me style the browse button for this control. Any style settings I choose affect the t...
How do I loop through a datatable and retrieve the values? I need to retrieve 3 values. First how do I make it accessible to another click event later in my code. In the Page Load I have
...
Hi All, got a simple page trying to pass a couple variables into a javascript function, Visual Studio is erroring on the two javascript lines when im passing it in -
The name 'portfolioID'...
Dear Experts,
I need to capture an image from a webcam when an event takes place in a ASP.ntet (c#) application. This application is capable to capture image of visitors.
Each time the p...
I try to fix the following ERROR by setting up the following in web.config:
<!-- page level options EnableEventValidation="false"--> . But, I don't the correct syntax to make the ERROR go ...
Hi expert
i need to update a row programmatically
i use the gridview_updating handle but i don't how to retrieve the value edited
how can i do that
it's quiet urgent, thank you in...
I'm trying to detect in a GridView whether a particular checkbox or set of checkboxes has been clicked.
For some reason, it's not recognizing this on postback.
From the code below, can a...
Hi,
I need that any user can click on a button and an open file dialog is displayed showing only files from web solution 'images' repository so I get the name of a file found in that folde...
Hello all. I have a Web form that has a repeater in it where I need to create a textbox per row. Then in that row I will also have an ID field that will be a unique integer just text label. ...
I am trying to send smtp email from an ASP.NET application. It seems pretty straight forward based on all of the examples I've found on the web.
In the code below, lines 1 & 2 execute as ...
I have an ImageButton on a webform that I want to use to open a new window for data preview purposes.
After a google search, I decided to use a JavaScript function containing "location.wind...
I have a page where a user MUST select a Radio Button.
When the page is first displayed there is no Radio Button selected.
I thought I could use the Custom Validation Control to make a c...
Hi,
I'm trying to bind to my GridView with a DataTable but nothing is happening, can any see glaring holes in my code?
Hi,
I am storing images in a database and want to display them in a gridview. It appears that the Imagefield in the gridview will not directly display image data from the database.
What i...
I am getting this error message:
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use...
I have a simple GridView with a header and a footer, etc. What I need to do is to add another header row - above the first - so that I can merge two column headers into one, from a grouping p...
datagrid id="GridView1" DataKeyNames="UnitID,EquipID,WebType"
3 labels: lbl_unitid, lbl_equipid, lbl_webtype
using the following to try and get the result i want---> display the datakeys...
Dear Experts
i am using ASP.NET 2.0 JavaScript C#
i want to get the selected index change event for list box by javascript
i want to know the name of the event.
thank you
The page, as usual, consists of header, footer and navigation menu on the left.
The main area of the page is divided into two parts: Upper Area A and bottom Area B.
For certain reason, I...
I have the following code. I am trying to create and save a .gif file. This works fine on my development box, but when I upload it to my hosted server, it fails with the error listed below. I ...
Hii all,
I have a table (attached the table creation code) which uses me for languages on the website.
I put this table on DataSet and when I'm trying to call it:
ASPNET_LocalizationResourc...
I'm able to highlight a Gridview row when clicking on it by inserting client-side Javascript, but what I need to do is simulate clicking the Select button by clicking anywhere in a row, prefer...