Forum: PHP Mar 12th, 2008 |
| Replies: 4 Views: 756 Hi every one,
Thanks guys ,your suggestions helped me a lot.Especially for nav33n who's reply solved my problem.All the best you guys.keep posting and giv e answers.
Thanks once again. |
Forum: PHP Mar 11th, 2008 |
| Replies: 4 Views: 756 Hi every one,
Why I am getting wrong time when I am using date('H:i:s').I am working on localhost.
Please help how to get correct time.
Thanks and Regards,
Aravind Kishore.P |
Forum: PHP Feb 8th, 2008 |
| Replies: 7 Views: 1,015 Hi all,
I struck at one of my projects where I have to convert uploaded video files into flash files.I am not getting proper idea how this get it done.Please help me in this regards.
... |
Forum: ASP.NET Sep 4th, 2007 |
| Replies: 5 Views: 903 Thaks Bushii,
Your code is working properly.But I have a doubt that .Each time one control [ctl] from Page.Controls is checked then why You have taken anthoer for loop where you have checked... |
Forum: ASP.NET Sep 1st, 2007 |
| Replies: 2 Views: 1,636 conecction _string="provider=microsoft.jet.oledb.4.0;
data source=C:\vb\..\mydb.mdb"
and every thing else is the same. |
Forum: ASP.NET Sep 1st, 2007 |
| Replies: 5 Views: 903 Hi Bushii,
I tried your code but it is also printing nothing.
I am using three check boxes .I want to print text of check boxes in the same page
when I click the button. |
Forum: ASP.NET Aug 30th, 2007 |
| Replies: 5 Views: 903 I have some check boxes.I want to print text of selected check boxes of the page.Code which I wrote is neither giving error nor giving correct output .Please help me .Here is the code
protected... |
Forum: Posting Games Aug 1st, 2007 |
| Replies: 7,595 Views: 664,558 |
Forum: Posting Games Aug 1st, 2007 |
| Replies: 7,595 Views: 664,558 people ---> Men and Women
(generally) |
Forum: Posting Games Jul 31st, 2007 |
| Replies: 7,595 Views: 664,558 india ---> Great democratic country |
Forum: Posting Games Jul 31st, 2007 |
| Replies: 7,595 Views: 664,558 skyscraper --> Manikonda
(It is the first time in India 100 storied building construction strated at Manikonda,Hyderabad) |
Forum: ASP.NET Jul 23rd, 2007 |
| Replies: 5 Views: 1,567 Did you give the Arabic language heighest preference?IF not give heighest preference in browser.
In the page directive of your web page set Culture and UICulture properties according to your... |
Forum: ASP.NET Jul 23rd, 2007 |
| Replies: 5 Views: 1,567 I think you haven't set your browser to accept the language.
In IE browser go
Tools ---> Internet options ----> In General tab select Languages in History category and add Arabic language .I... |
Forum: ASP.NET Jul 22nd, 2007 |
| Replies: 6 Views: 1,205 This is because ,I think you installed IIS after you installed the VS. If,so try configure IIS using ASPNETREGIIS utility.At VS Command prompt type
:\>ASPnet_Regiis -i
this will configure... |
Forum: ASP.NET Jul 20th, 2007 |
| Replies: 1 Views: 712 How can i send an error message from database layer to UI layer.....and hw the interaction is done between the layers...can any one tell me ...plzzzzzzzzz
Thank you,
Aravind |
Forum: ASP.NET Jul 17th, 2007 |
| Replies: 7 Views: 1,738 Hey Use AJAX Extension controls .Which are available at http://ajax.asp.net/default.aspx?tabid=47.Download and install and use it.DOcumentation also there you can download it use it.
coming to... |
Forum: ASP.NET Jul 17th, 2007 |
| Replies: 4 Views: 3,072 Hi guys,
Sorry actually I am beginner in .Net technologies.Thats why I am facing problems.Any how I found the solution .And here is the solution hoping it will be useful for someone.
Please give... |
Forum: ASP.NET Jul 16th, 2007 |
| Replies: 4 Views: 3,072 Hi everybody,
Sub Validate_Data (Src As Object, Args As GridviewUpdaeEventArgs )
If Not IsNumeric(Args.NewValues("BookPrice")) Then
Args.Cancel = True
EditMSG.Text = "-- Book Price is... |
Forum: ASP.NET Jul 16th, 2007 |
| Replies: 3 Views: 2,872 HI everybody,
Please give the example (preferably in C#) for if I select the check box in header template of gridview then it should automatically check the item-template check boxes.
It is very... |
Forum: ASP.NET Jul 16th, 2007 |
| Replies: 8 Views: 1,392 HI Infarction,
Could you please just elaborate and give example.
thanks
Aravind |
Forum: ASP.NET Jul 16th, 2007 |
| Replies: 8 Views: 1,392 Thanks for your valuable answers.
Is there any thing like if click a button something should happen in all of web pages(like change of background color).If Yes Where should I place the code and... |
Forum: ASP.NET Jul 16th, 2007 |
| Replies: 8 Views: 1,392 Hi everybody,I faced one interview question in interview that ,
Where should you write the code(for properties like back ground color etc) which applies for every page of your website when... |
Forum: ASP.NET Mar 15th, 2007 |
| Replies: 1 Views: 1,668 I think you have found a solution.but,any way
I am assuming these dd,tb are not it the edittemplate of datagrid.
code looks like this
// FillDataGrid()
here you have total code for... |
Forum: ASP.NET Mar 5th, 2007 |
| Replies: 3 Views: 1,159 Hi yerbol,
Thanks giving explanation.
Thank you,
Aravind |
Forum: ASP.NET Mar 1st, 2007 |
| Replies: 3 Views: 1,159 Hi every one,
I am unable to understand the fallowing code.
Sub page_load()
If calendar1.Selecteddate=DateTime.MinValue Then
... |
Forum: ASP.NET Feb 24th, 2007 |
| Replies: 2 Views: 1,008 put the message in the page_load event,try it |
Forum: ASP.NET Feb 24th, 2007 |
| Replies: 0 Views: 1,843 Hi ,every one
I am a beginer.I want to set the back color of label which is selected through dropdownlist items at runtime after clicking the button but I am unable to do it.
Any one can help... |
Forum: ASP.NET Feb 22nd, 2007 |
| Replies: 12 Views: 28,912 I think session concept works for ur problem |
Forum: ASP.NET Feb 22nd, 2007 |
| Replies: 0 Views: 858 I am getting error when running web app which are downloaded from sites which is very similar to the error SUPERHUMAN got,that is
Parser Error Message: It is an error to use a section registered... |