I want to use Query string in Grid view paging. So when moving from one page to another, I want to pass the input parameters from Query string to the datasoure instead of passing it directl...
I have the following javascript in my ASP.Net page:
<script type="text/javascript">
function ConfirmDone()
{
if (confirm('are you sure'))
{
documen...
I developed a C# method to detect if documents are In WordXml2007 (a series of documents are read in).
If XmlNode body = doc.SelectSingleNode("w:document/w:body", nsmgr) returns null (bod...
Hi Experts.
I am wondering is there a way to add a control (imageButton in my case) to the header cells of Gridview control
Here is what I am working at:
I need some sort of pivot like ...
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...
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...
I have bound my GridView to a DataReader which works fine. But after this I need to add a row to the GridView which should be a hyperlink/Image button field. Upon clicking this link, I want t...
I have a search object that will display a list of hockey players ( also objects)
I'm using an object datasource. and binding the data in the asp.net page.
I would like to know how to dy...
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...
Is there a way to change an ASP.NET Label control's text property using JavaScript?
I'm creating <li>'s in the <ul> with id "phonetic" below. I'm creating them from a string generated server side in c# and assigned to the innerHtml property of the list.
You can see the fu...
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...
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...
i am working in asp.net 2.0 ajax enabled website with c# in code behind. i have an image button in the site i developed. it is a bi-lingual website with resource files for each language .the ...
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...
Hi, I have a class which contains a Bitmap variable that holds an image that I want to display on my web site. How can I accomplish this? Is it possible to use a GridView? What is the best sol...
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...
Hi, I have a masterpage and I want to change the background color of a div. The div id is crumbs. I've tried
Me.crumbs.style("background-color") = "cc6633"
I get the error
crumbs is n...
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 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...