Hi.. i am building an ASP.NET web-application.. i am facing a wonderful Exception ..
in my .aspx file
<asp:GridView ID="grdForcefullyLeaves" runat="server" DataKeyNames="LeaveNo,EmpNam...
Hi,
I have a solution using ASP.NET 2.0 AJAX Extensions and when attempting to build it I get theses messages
Unknown server tag 'asp:ScriptManager'.
Unknown server tag 'asp:UpdatePane...
HI friends,
I m new in C#. I am facing a problem.
I m using a Grid view to display record from database. In one fileld the pdf file name is coming from database. On clicking of file n...
I have a GridView that represents a list of Users. There's also a DetailsView to display a User's details. Both controls use the same ObjectDataSource control for data.
In normal mode, whe...
When I navigate to http://arcalius.analyz-it.be I see the below error:
The specified module could not be found. (Exception from HRESULT: 0x8007007E)
This is an asp.net 2.0 app that runs ...
I have 2 Div tags in my ASPX page and i need to set the height, width of the Div's Based on certain conditions..
How can i achieve this using a C# Code behind file?
What property needs t...
Hi!
I'm using the ListBox on my HTML-page.
<select size="4" name="DrawingsList" id="DrawingsList" style="height:100%;width:100%;" >
<option value="vvv" >TTT</option>
....
</select>
...
I've got an interactive form which dynamically displays per-field instructions and highlights table cells using javascript. However, when a postback occurs, none of this is saved. I'm trying...
For my web application I have an image control within a user control. When the user clicks this image I want to change some of the properties, such as the width and height. How do I get the ...
To start, please not that I have installed the installservices.bat (C:\Program Files\Microsoft Enterprise Library 3.1 - May 2007\InstallServices.bat) for Enterprise Library 3.1 and still I get...
Hi experts!,
How can the exception "A potentially dangerous Request.Form value was detected from the client" be handled without setting the validateRequest to falsein the page directive or...
I've created a gridview populated with data from a SQL database and added a checkbox to each row using item templates. How do I pull back data from the grid to a variable based on what the use...
By default the text in the textbox is left justified. How to make it appear on the right or in the middle of the textbox control. I di not find the Alignment property for a textbox.
Hi
I'm adding a Checkbox control to a DataControlFieldCell in the Gridview RowCreated event but it is lost on DataBound. The Gridview column is a BoundField control. I need to switch displa...
how can i create a two dimensional arraylist. Example please (VB.Net)
I have a dataTable with three columns Category, Item, Amount.
From that dataTable I need to do a "Group By Category, Item"
I need a VB.Net Solution.
Thanks,
Daniel
I've been given a task to remove the edit and delete buttons from each row of the gridview and have one edit, insert, and delete button located at the top of the grid. What they want is for t...
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 ...
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...
Using Visual Web Developer 2005 (C#) to create an ASP 2.0 web form.
I've created a data grid on the page that displays the rows of a table and as a result it has created a connection string...
Let's review the following:
protected bool InvalidRangeOrName(object PlayerName, object Rank)
{
string name = (string)PlayerName;
int rank = (int)Rank;
if ...
Hello all. I have a field where I beleive I am using a string.format to make a currency number such as 1243.44. I need to make a comma for any thousands such as 1,243.44. The variable I h...
Expert:
NET 2.0 C# GridView Control (Using default paging)
Above the GridView paging bar- I need to display a record count and page 1 of 2 etc) that reads something like this: (i...
Hello Experts,
I wish to take variables like Length, Width, Height and draw a 3D rectangle.
Trying to generate box size images dynamically.
Preferred ASP.net -> image.
Hi experts,
I have a vb.net page with a gridview on it.
I have successfully set it up so when the mouse hovers over a row, the background row color changes. But now, I want to be able to...