Search Results

Showing results 1 to 29 of 29
Search took 0.01 seconds.
Search: Posts Made By: aravindkishore
Forum: PHP Mar 12th, 2008
Replies: 4
Solved: date function
Views: 756
Posted By aravindkishore
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
Solved: date function
Views: 756
Posted By aravindkishore
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
Posted By aravindkishore
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
Posted By aravindkishore
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
Solved: Table Control
Views: 1,636
Posted By aravindkishore
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
Posted By aravindkishore
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
Posted By aravindkishore
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
Posted By aravindkishore
Humans ----> Humanity
Forum: Posting Games Aug 1st, 2007
Replies: 7,595
Views: 664,558
Posted By aravindkishore
people ---> Men and Women

(generally)
Forum: Posting Games Jul 31st, 2007
Replies: 7,595
Views: 664,558
Posted By aravindkishore
india ---> Great democratic country
Forum: Posting Games Jul 31st, 2007
Replies: 7,595
Views: 664,558
Posted By aravindkishore
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
Posted By aravindkishore
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
Posted By aravindkishore
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
Posted By aravindkishore
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
Posted By aravindkishore
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
Posted By aravindkishore
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
Posted By aravindkishore
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
Posted By aravindkishore
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
Posted By aravindkishore
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
Posted By aravindkishore
HI Infarction,

Could you please just elaborate and give example.

thanks
Aravind
Forum: ASP.NET Jul 16th, 2007
Replies: 8
Views: 1,392
Posted By aravindkishore
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
Posted By aravindkishore
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
Posted By aravindkishore
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
Posted By aravindkishore
Hi yerbol,

Thanks giving explanation.


Thank you,
Aravind
Forum: ASP.NET Mar 1st, 2007
Replies: 3
Views: 1,159
Posted By aravindkishore
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
Posted By aravindkishore
put the message in the page_load event,try it
Forum: ASP.NET Feb 24th, 2007
Replies: 0
Views: 1,843
Posted By aravindkishore
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
Posted By aravindkishore
I think session concept works for ur problem
Forum: ASP.NET Feb 22nd, 2007
Replies: 0
Views: 858
Posted By aravindkishore
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...
Showing results 1 to 29 of 29

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC