Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

Meena T Shivaram

@Meena T Shivaram
About
Posts
18
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • need help with interview questions for ASP .net
    M Meena T Shivaram

    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....

    ASP.NET csharp help question career

  • how to connect to DB dynamically in ASP .net
    M Meena T Shivaram

    Thanks Tayyab, It's a great site.Got to work on DataAdapters,DataTables ,Datasets etc...It was wonderful to see the outputs.. Thanks a lot...

    ASP.NET database csharp asp-net help tutorial

  • how to connect to DB dynamically in ASP .net
    M Meena T Shivaram

    hi 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..

    ASP.NET database csharp asp-net help tutorial

  • need help with interview questions for ASP .net
    M Meena T Shivaram

    Thanks 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..

    ASP.NET csharp help question career

  • need help with interview questions for ASP .net
    M Meena T Shivaram

    hi 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

    ASP.NET csharp help question career

  • "use javascript"
    M Meena T Shivaram

    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..

    ASP.NET java javascript sysadmin tools

  • Can anyone suggest a simple ASP project
    M Meena T Shivaram

    hi edboe, great idea. thanks a lot for your help. thank you very much

    ASP.NET csharp asp-net help question

  • Can anyone suggest a simple ASP project
    M Meena T Shivaram

    Thanks a lot. I wanted to work with the databases.This will surely help... Thanks very much...

    ASP.NET csharp asp-net help question

  • Can anyone suggest a simple ASP project
    M Meena T Shivaram

    hi Jerry, Thanks a ton for your help.I'm starting with this proj right away... Thanks again...

    ASP.NET csharp asp-net help question

  • Can anyone suggest a simple ASP project
    M Meena T Shivaram

    hi 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...

    ASP.NET csharp asp-net help question

  • Need help using PostBackURL
    M Meena T Shivaram

    Thank you. will surely look into that. Thanks

    ASP.NET help tutorial question

  • Need help using PostBackURL
    M Meena T Shivaram

    hi Britney, I got it... Thanks a ton really.. have been stuck with this problem for a few days now... thanks again..

    ASP.NET help tutorial question

  • Need help using PostBackURL
    M Meena T Shivaram

    pp_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..

    ASP.NET help tutorial question

  • Need help using PostBackURL
    M Meena T Shivaram

    hi 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.

    ASP.NET help tutorial question

  • Need help using PostBackURL
    M Meena T Shivaram

    hi 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 Sub

    On 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..

    ASP.NET help tutorial question

  • Microsoft certification question
    M Meena T Shivaram

    hi, 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

    The Lounge database question sql-server sysadmin discussion

  • Books to buy on ASP .net ?
    M Meena T Shivaram

    Thanks Apurva

    ASP.NET csharp question

  • Books to buy on ASP .net ?
    M Meena T Shivaram

    Can anyone suggest good books for ASP .net. I need books for basics and advanced programming in ASP .net . Meena

    ASP.NET csharp question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups