I have an asp application that contains data in two asp table controls. The user can toggle between view all and selected (Checkboxes checked) rows in the tables from the details page. I am...
With the Ajax.net modal popup, it is a good way to hide what is not required for the user to see, until the specific action is performed.
But, the "asp:panel" i wanna show at a specific mom...
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 a gridview with a template column that has a button in it.
In the rowcommand event I need to get the current row index but I get the following error "Input string was not in correct...
Hello all,
I'm building a website in ASP.NET 3.5, using C#. I have downloads that are accessed on the site via a stream mechanism (instead of directly linking to the files) for tracking an...
I have a somewhat complicated GridView that contains 3 static columns and a dynamic number of columns of checkboxes. I have the majority of this gridview working except that I can not get the...
Helllo all. I have in a page a submit button that I disable on the onclick of the form. The problem I have is the disable function gets called and the button gets disabled if the validation ...
I have a div:
<div style="overflow-y:auto;>
LOTS of BLAH BLAH BLAH
</div>
I want the scroll bars of the div to match my background. (gradient image) I want to know how to use CSS t...
Hi,
I have a page with gridview where each row in gridview has the following columns:
1) Employee Description
2) Employee Number
3) Checkbox to multi select
Once I multi select rows, I...
Hello experts,
My problem: I need to get values from dynamically created controls with in a master page in the load section of my code using the findcontrol method.
the page is structure...
Does anyone have an example of how to use the confirm button extender and modal popup extender that has two buttons. When one button is pressed (a "Cancel" button), the modal popup disappears...
Hi,
On Windows XP Professional and IIS v5.1, I am running a C#, ASP.NET 3.5 web application. It references Microsoft.Office.Interop.Excel (Microsoft Excel 12.0 Object Library). I am using Exc...
why doesn't this work?
global.asax.cs
protected void Session_Start(Object sender, EventArgs E)
{
Session["svUserLogin"] = Server.HtmlEncode(User.Identity.Na...
Hello,
Still cannot figure out how to sum a repeater column. In coldfusion I just used to add values up on the fly show the compiled variables.
Can I do that with asp.net? I am open to...
Hello,
i have the following string : my_string_is_with_underscore,
i'd like to upper the first letter, and replace "_" with " ".
how to do this?
I have a DropDownList in 2 different TabPanels in a TabContainer (from the AJAX control toolkit on ASP.NET's website) and I discovered that the TabContainer does not maintain state on postbac...
I have an application that read user inputs and generate quotation outputs on to the user. Now, my clients want the pages (which are output in aspx pages) to be displayed as PDF so that they c...
Hi experts,
I have been trying to write a method to replace special characters inputted from ms word (smart single quotes, ellipsis, etc) - but it is just not working.
Weird thing is, th...
I currently have this
I'm using the gvProds_RowDataBound method to try to get the value of the
<%# Eval("ProductID") %>
the reason is because if the product ends with "00" I need t...
Hi,
I am trying to load the data into the list box But I am getting the following error:
Object reference not set to an instance of an object.
Description: An unhandled exception occur...
Ok, so i realise this may be going over some well trodden ground but I am yet to get this down. Thanks to a couple of other informative posts, I have been able to insert actual image data int ...
Hi
I want to open the link on an ASP.net menu item in a NEW WINDOW. It is a help file PDF and don't want it to replace applciation, instead want it in a new window.
Here's a start.....al...
Hi experts,
I am developing a asp.net web project on Vista SP1 using Visual Studio 2008. As you know Vista runs its own version of IIS 7.0. When I run my web program that attempts to write ...
Hi
I've got a gridview with a checkboxfield (see screen dump).
The checkbox field has been converted to a template field.
Can anyone tell me or point me to a article on how to get the row...
Hello all. Here is what I need to do somehow. I have a panel on my ASPX page where in my code behind I have file names that I grab in code that will be such as APR_2008 so first three letter...