Forum: ASP.NET Nov 16th, 2009 |
| Replies: 0 Views: 484 HI there.
We are currently creating a page which contains
(a) 10 Check Boxes
(b) for each check box there is a radio button list with 10 values.
What we want to achieve is the following... |
Forum: ASP.NET Oct 8th, 2009 |
| Replies: 3 Views: 2,004 Hi
I use Visual 08 ASP.NET C# and JavaScript
I would like to do the following validation on a text box
the length MUST be 12 characters long in the following format
LLLLLLNNNNNN |
Forum: ASP.NET Sep 20th, 2009 |
| Replies: 2 Views: 785 HI my friend...
assuming that you have 365 pages already made, you could do the following
- THIS IS A QUICK FIX
What you need is a table in your database with 3 columns
1. PrimaryKey... |
Forum: ASP.NET Aug 31st, 2009 |
| Replies: 3 Views: 279 Please use <Iframe>
Your farme should be encapsulated within a <div> with relative positioning - 'Style="position:relative"
- position your Div within a table cell and it should be fine
... |
Forum: ASP.NET Aug 31st, 2009 |
| Replies: 11 Views: 694 'hey sknake,can u tell me one thing,that instead of writing Button1.Attributes.Add("onclick", "javascript:alert('hello');"); on button click event,Y we write it in Page Load event! '
This is used... |
Forum: ASP.NET Aug 31st, 2009 |
| Replies: 3 Views: 342 Hi there.
please position your page with % instead of px, pt, em or any other measurement.
if you use percentage the page will adapt to the sizr of the window.
regards, |
Forum: ASP.NET Aug 31st, 2009 |
| Replies: 2 Views: 747 If you have the path + name of the file . maybe try the following.
add the path and name to a datatable.
From there you need to get the selected index of the grid row.
Then you get the... |
Forum: ASP.NET Aug 30th, 2009 |
| Replies: 1 Views: 221 You need to download the newer version of the AJAX toolkit man... |
Forum: ASP.NET Aug 30th, 2009 |
| Replies: 3 Views: 280 Hi,
i have encountered similar problems in the past as well, please tell me wether you are using this variable within your JS or ASP CS code.
i would like to share with you one handy dandy... |
Forum: ASP.NET Aug 23rd, 2009 |
| Replies: 2 Views: 260 Hi ,
I need to create a page that has databound controls . eg.
Say i have a row with the following columns
1. TrackKey VARCHAR(50)
2. State VARCHAR(50)
3. Reason VARCHAR(50)
4. DateChanged... |
Forum: ASP.NET Jul 17th, 2009 |
| Replies: 1 Views: 366 Ah never mind , i cleared the solution and restarted my PC, seems like some sort of .dll issue ? |
Forum: ASP.NET Jul 17th, 2009 |
| Replies: 1 Views: 366 Hi
I am writing a web application with VS 2008 standard edition.
I just got this really weird error.
I replaced a few of the controls on the form from labels to text boxes,
and it worked... |
Forum: ASP.NET Jul 14th, 2009 |
| Replies: 4 Views: 417 Ah thanks guys its definately the label , it doenst have postback value ... i forgot :)
Thanks so much .... |
Forum: ASP.NET Jul 14th, 2009 |
| Replies: 4 Views: 417 Hi
I have a form with
1. dropdown (ddTTDBenefitP1)
2. label (lblBenefitPeriodFactor1)
The combobox is populated with listitems
[Text & value]
I applied attributes to this dropdown. |
Forum: ASP.NET Jun 12th, 2009 |
| Replies: 2 Views: 4,256 Hi everyone,
I would like to set a label's text when a dropdownlist item is selected
I want the label to display the value of the item, not the text.
Is there any way i can do so without... |
Forum: ASP.NET Mar 3rd, 2009 |
| Replies: 2 Views: 898 Oh yes and this is where i get the error ...
#
//Redirect.
#
base.Response.Redirect(String.Format("FulfillmentPayment.aspx?Command=Edit&InvoiceId={0}",
#
result.Tables[0].Rows[0][0]));
... |
Forum: ASP.NET Mar 3rd, 2009 |
| Replies: 2 Views: 898 Hi There
I get the following error when clicking on btn
This code works perfectly on some machines but does not work on others
protected void btnSave_Click(object sender, EventArgs e)
... |
Forum: ASP.NET Mar 2nd, 2009 |
| Replies: 1 Views: 1,019 How can i set a text box's text to this format '0,000,000.00' rather than '0000000.00' ???'
Thanks |
Forum: ASP.NET Feb 10th, 2009 |
| Replies: 3 Views: 645 Yo dude , you will have to give some clearer details...
Does the textbox not display the new value or does it not update the database ?? |