Forum: ASP.NET 27 Days Ago |
| Replies: 3 Views: 806 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: 459 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: MS SQL Sep 11th, 2009 |
| Replies: 5 Views: 778 well it just bounces ...
No error...
however the backup file is 0 bytes |
Forum: MS SQL Sep 11th, 2009 |
| Replies: 5 Views: 778 Hi my friend , i have that .
/// <summary>
/// Backups are done here
/// </summary>
#region Backup Methods
#region Full Backup method
void... |
Forum: MS SQL Sep 11th, 2009 |
| Replies: 5 Views: 778 :'( Hello everyone,
i wrote an application that makes database backups and zips them.
Can anyone please tell me what i need to do in order to get the apllication to work on IIS 6 windows server... |
Forum: ASP.NET Aug 31st, 2009 |
| Replies: 3 Views: 256 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: 585 '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: 297 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: 477 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: 177 You need to download the newer version of the AJAX toolkit man... |
Forum: ASP.NET Aug 30th, 2009 |
| Replies: 3 Views: 249 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: 231 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: 297 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: 297 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: 347 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: 347 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: 3,424 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: 848 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: 848 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: 831 How can i set a text box's text to this format '0,000,000.00' rather than '0000000.00' ???'
Thanks |
Forum: MS SQL Feb 24th, 2009 |
| Replies: 2 Views: 657 what exactly is a 'Database Schema' ?? and how can i make one ?? |
Forum: ASP.NET Feb 10th, 2009 |
| Replies: 3 Views: 558 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 ?? |
Forum: ASP Feb 3rd, 2009 |
| Replies: 1 Views: 1,348 Hi there, i would like to find out what the hell is wrong here
/// <summary>
/// Get a single integer value
/// </summary>
/// <param name="sql">The sql query used to... |
Forum: C# Jan 29th, 2009 |
| Replies: 10 Views: 523 Rashakil Fol gave the only thing else i could think of ...
But using "*.txt" will work fine ? |
Forum: C# Jan 29th, 2009 |
| Replies: 7 Views: 895 Ah cool, works like a charm ... thanks dudes |
Forum: C# Jan 29th, 2009 |
| Replies: 24 Views: 5,755 |
Forum: C# Jan 29th, 2009 |
| Replies: 7 Views: 895 What do you mean 'automate ' it ????? |
Forum: C# Jan 29th, 2009 |
| Replies: 24 Views: 5,755 Yo dude, listen, just neglect the people who are rude, some of us actually want to help you , in fact, you can even add me if you want to, i will always try to help you ...
I think in order to... |
Forum: C# Jan 28th, 2009 |
| Replies: 13 Views: 6,507 |
Forum: C# Jan 28th, 2009 |
| Replies: 9 Views: 1,099 The basic problem is that your XML file has either more or less columns than your Table, i would recommend writing the table on the button click...else add some null values ... |
Forum: C# Jan 28th, 2009 |
| Replies: 7 Views: 895 Speak to me RamyMahrous, what on earth do you mean ??? heheh ***nut bucket here |
Forum: C# Jan 26th, 2009 |
| Replies: 13 Views: 1,219 So either like save it to the new location directly in the Dest filestream or end the whole process then move it via new filestream ... ????????? |
Forum: Windows NT / 2000 / XP Jan 26th, 2009 |
| Replies: 2 Views: 296 Hahaha, thanks man , i want to enable intellisense for my website...
no problem , just need to know where i can get the data... |
Forum: C# Jan 26th, 2009 |
| Replies: 13 Views: 1,219 So in other words you actually edit it then move it around and stuff ?? |
Forum: C# Jan 26th, 2009 |
| Replies: 13 Views: 1,219 ok ... hmmmm, in that case, what happened ??? why didnt it work ???
Please tell me the error, i love them,
(the answer lies within) :P |
Forum: Windows NT / 2000 / XP Jan 26th, 2009 |
| Replies: 2 Views: 296 Can anyone share with me the great mysterious wonder of where to locate the Outlook Addressbook on my C drive ???
Thank you in advance:) |
Forum: C# Jan 26th, 2009 |
| Replies: 13 Views: 1,219 Well maybe try copy the file to the desired location and then delete it at the original location, this is fairly simple so it wont be too much effort (i believe in using the least code for the best... |
Forum: C# Jan 26th, 2009 |
| Replies: 7 Views: 895 :yawn:
I am trying to import the address book from MS Office, can anyone tell me where to locate the MS Outlook addressbook ?
Thank you in advance...
cVz |
Forum: C# Jan 23rd, 2009 |
| Replies: 8 Views: 2,057 Just make sure you close the stream...
Else , like hieuuk said,
do the |
Forum: C# Jan 22nd, 2009 |
| Replies: 9 Views: 2,100 try this ??? is easy way to find
int I = 0;
foreach (string S in Text)
{
int I += 1;
}
Console.WriteLine(I.ToString()); |