yes, I still need help coz I'm attending a couple of interviews in the next few days.I'd appreciate any help to do good in my interview.. Thanks a lot in advance....
Meena T Shivaram
Posts
-
need help with interview questions for ASP .net -
how to connect to DB dynamically in ASP .netThanks Tayyab, It's a great site.Got to work on DataAdapters,DataTables ,Datasets etc...It was wonderful to see the outputs.. Thanks a lot...
-
how to connect to DB dynamically in ASP .nethi friends, I'm trying a program in ASP.net where I need to connect to access Database dynamically.I've a gridview which'll display the results of a select statement. Can you please tell me all the steps involved in connecting to the database and displaying the results in a gridview ? I'm new to asp.net & hence please provide all the steps that I need to do in order to get the output. Thanks in advance... Thank you all for your help..
-
need help with interview questions for ASP .netThanks ToddHileHoffer, I do have a question. From what I know of the interview, I may have to do some pogramming too (I'm not really sure). Can you please give me some input as to how to prepare for security related to forms/windows. what kind of practical questions can I expect w.r.t security ? Thanks a lot for your help..
-
need help with interview questions for ASP .nethi friends, In next 2 days, I'll be attending a technical interview in ASP .Net. Can anyone please give me guidelines as to what I need to prepare ? Thanks in advance
-
"use javascript"hi, If you want to run the javascript and the server side code with a single button click event,then, you can do as follows: Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Response.Write("Postback: This is a server-side event ") End Sub function AlertHello(){ alert("Hello ..This is a client side Java script") } and add this line: So, when you click the Button, both the events are triggered... hope this helps..
-
Can anyone suggest a simple ASP projecthi edboe, great idea. thanks a lot for your help. thank you very much
-
Can anyone suggest a simple ASP projectThanks a lot. I wanted to work with the databases.This will surely help... Thanks very much...
-
Can anyone suggest a simple ASP projecthi Jerry, Thanks a ton for your help.I'm starting with this proj right away... Thanks again...
-
Can anyone suggest a simple ASP projecthi friends, I dont have any experience in asp.NET. So, I want to work on some dummy projects which help me understand all the concepts well. Can anyone suggest some projects that I can work on ? Thanks a lot in advance...
-
Need help using PostBackURLThank you. will surely look into that. Thanks
-
Need help using PostBackURLhi Britney, I got it... Thanks a ton really.. have been stuck with this problem for a few days now... thanks again..
-
Need help using PostBackURLpp_TextBox1 and pp_Calendar1 are the property procedures that I've written to retireve the values from TextBox & selected date on Calendar.I've two buttons on Page1. When I click on Button1, the contents of TextBox & selected Calendar date are displayed onto the same page on a label.I'm able to get this .When I click on Button2, I want to transfer the contents of TextBox and Calendar control to a label on Page2. When I click the Button2, the Page2.aspx form is loaded but I dont see any display on the label... I'm working this example from Professional ASP.Net 2.0 book by wrox publications.They have given an example using FindControl method but I didn't get any output on Page2.aspx even then..So, please tell me where I'm going wrong ??? Thanks in advance..
-
Need help using PostBackURLhi Britney, I tried this piece of code but still I'm not able to display the contents of textbox & the selected calendar date onto a label on page2.I've written the response.redirect code in a Button2_Click Sub. The control is transferred from page1 to page2 and the page2 url will carry the contents of strings message1 & message2, but they are not being displayed onto the label.Can you please tell me where I'm going wrong ??? thanks a lot for your help.
-
Need help using PostBackURLhi friends, I'm trying an example on PostBackURL.My application has two pages,page1.aspx & page2.aspx. On page1,I've a textbox & a calendar with 2 button controls.I'm trying to display the selected contents on Page1 into a label on Page2.Here's what my code on Page1.aspx looks like Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Label1.Text = "Hello " & TextBox1.Text & "
" & _ "Date Selected: " & Calendar1.SelectedDate.ToShortDateString() End SubOn Page2.aspx, I've included a virtual path to reference page1 & Code on page2.aspx is: Protected Sub PageLoad(ByVal sender As Object, ByVal e As System.EventArgs) lblDisplay.Text = "Hello" & PreviousPage.pp_TextBox1.Text & "
" & _ "Date Selected: " & _ PreviousPage.pp_Calendar1.SelectedDate.ToShortDateString() End Sub I'm not getting any errors & neither am i getting any display on Page2.aspx. can anyone please help me find the solution ? Thanks a lot in advance.. -
Microsoft certification questionhi, I got my MCAD about 2 months ago in VB .net.You can go ahead and take SQL server if you've some work exp in it.I didn't find it hard 'coz I'd knowledge of client -server concepts/SQL/PL/SQL etc..so,i felt the exam was easy.Re! certifications, I'd have to say that with good work exp, a certification definitely helps atleast to get to the interview stage. Good luck and have fun
-
Books to buy on ASP .net ?Thanks Apurva
-
Books to buy on ASP .net ?Can anyone suggest good books for ASP .net. I need books for basics and advanced programming in ASP .net . Meena