No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
18 Posted Topics
skyscraper --> Manikonda (It is the first time in India 100 storied building construction strated at Manikonda,Hyderabad)
I think session concept works for ur problem
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
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. Thank you, Aravind.
conecction _string="provider=microsoft.jet.oledb.4.0; data source=C:\vb\..\mydb.mdb" and every thing else is the same.
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 [INLINECODE]protected void btnSelect_Click1(object sender, EventArgs e) { string strchkSelected = ""; foreach (Control ctl in Page.Controls) …
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 application of your website starts? and please give the example also. Please give the answer. Thank you, Aravind
[COLOR=DarkBlue]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 [/COLOR]
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 think it will work.
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 not numeric. Record not updated." End If How to write this if part in C#. Please give the answer. Thank you, Aravind .
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 your IIS. I am not sure this will solve your problem.But try this
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 your problem I solved using AJAX controls as <script runat="server"> protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) { TextBox1.Text = DropDownList1.SelectedItem.Value; } </script> <html xmlns="http://www.w3.org/1999/xhtml" …
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 much appreciable if you give the example for datagrid for the same scenario . Please give the …
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 filling datagrid like connection,fill. etc.. in button click() VALUE =val(dd1.selectedvalue)+val(tb1.text) here write command obj update query by setting …
Hi every one, I am unable to understand the fallowing code. Sub page_load() If calendar1.Selecteddate=DateTime.MinValue Then calendar1.SelectedDate=calendar1.TodaysDate End If End Sub Could any one explain me this please. thaks.
put the message in the page_load event,try it
[COLOR=Black]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 me out please. Thank you. [/COLOR]
I am getting error when running web app which are downloaded from sites which is very similar to the error SUPERHUMAN got,that is [B]Parser Error Message: [/B]It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not …
The End.
aravindkishore