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
I

isaii

@isaii
About
Posts
39
Topics
20
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Go back to previous page
    I isaii

    Hi.. but got an error Compiler Error Message: BC30456: 'history' is not a member of 'ASP.webform1_aspx'.

    ASP.NET html com help

  • Go back to previous page
    I isaii

    Do you mean, i'll put the history.back on the onclick event of my button?

    ASP.NET html com help

  • Go back to previous page
    I isaii

    Hello, Its because I have some control in my previous page that I want to retain the value, thats why I just simply use history.back. Do you have any suggestion?

    ASP.NET html com help

  • Go back to previous page
    I isaii

    Hello everyone, I have webpage1 that sends email when button1 is click. I want to go back to previous page once button1 is click so I use history.back code. Below is my sample code for your reference. If Page.IsValid And SaveIssue() Then Dim msg As New MailMessage msg.To = Test@dc.com msg.From = "ACSC@noreply.com" msg.Subject = "Reply- " & txtTitle.Text msg.Body = "Hello" msg.BodyFormat = MailFormat.Html SmtpMail.SmtpServer = "abc.com" SmtpMail.Send(msg) msg = Nothing btnDone.Attributes.Add("onClick", "history.back(); return false;" End If My problem is, it will only work on the second time you will click button1. Kindly advise for the right code. Thanks in advance.

    ASP.NET html com help

  • User.Identity.name
    I isaii

    Hello, I use user.identity.name to display the current user in my webpage. My page also has a send email notification button to the intended recipient together with the URL link where he/she can locate the page.The recepient will receive the email and open the URL to the webpage. Then it will direct the recipient to log in page to log his/her ID for authentication.My problem is, the label that display user.identity.name still diplay the last username. I need to show the current user of the page. Pls advise and show me the proper code for this. I am using asp.net vb code. Thanks in advance.

    ASP.NET csharp asp-net security help

  • Crystal Report Query
    I isaii

    Hello! How ca I do a query in crystal report where I will set a condition on what report data it will show? Let say I have a textbox that will specify a particular date so may report will show the indicated date. Kindly give me a tutorial. Thanks.

    ASP.NET database tutorial question

  • Crystal Report
    I isaii

    Hello, I am stating to learn how to make the crystal report. Using the report expert, I followed the wizard on how to make the crystal report. I used the standard format for me to be able to have the report and a chart. Is it possible to only have the chart to show in my report? How? Can you give me a little tutorial? Thank you very much in advance.

    ASP.NET tutorial question

  • Select Case statement
    I isaii

    Hi, I have this sql statement: Dim strSQL2 As String = "Select Dep_code from vwDepList where Member_ID =" & EmailAddID Can I put it in a Select Case statement? Select case strSQL2 Case "1" label1.text = "hello" so on.... End select How will I do this? Need a tutorial. Thanks in advance.

    ASP.NET database tutorial question

  • dropAssigned.SelectedValue.
    I isaii

    Hello! I have this sql statement below: Dim strSQL As String = "SELECT EmailAdd from vwDepList where Member_ID =' " & dropAssigned.SelectedValue & "'" I want that my lblEmailAdd.text will refelect the value of strSQL depending on the dropAssigned.SelectedValue. Need a tutorial. Thanks.:)

    ASP.NET database tutorial

  • Dropdownlist
    I isaii

    hi... thank you so much. I really appreciate if you can show me some code for this. Thanks in advance.

    ASP.NET

  • Dropdownlist
    I isaii

    Hello, I have webpage1 that has a dropdown list contains Department list. When I click submit, in my second webpage, the dropdownlist must contain the names of the Department selected in the webpage1. Anybody can show me the simple code for this one. Thanks in advance.

    ASP.NET

  • Email notification
    I isaii

    Hi.. thanks for your reply. I really appreciate if you could be more specific with the code. Thanks in advance.

    ASP.NET question

  • Email notification
    I isaii

    Hello, I am currently doing online service log where users can post their messages. Just want to ask how I can make an email notification to the user if their message has a new post message? Just like what we have in this forum where link to the site is also included. Thanks in advance.

    ASP.NET question

  • 'unhandled win32 exception' has occured in IEXPLORE.EXE
    I isaii

    Sorry, this is not my case. The error will just appear while browsing in my web application.

    ASP.NET help csharp asp-net

  • 'unhandled win32 exception' has occured in IEXPLORE.EXE
    I isaii

    No, Im sorry but I am not familiar with that. While browsing in my web application suddenly the error will appear when a click on some buttons.

    ASP.NET help csharp asp-net

  • 'unhandled win32 exception' has occured in IEXPLORE.EXE
    I isaii

    Hello, I always encounter IE error below when I am running my asp.net web application. 'unhandled win32 exception' has occured in IEXPLORE.EXE Can anybody help me to resolve this. I really appreciate it. Thank you so much.

    ASP.NET help csharp asp-net

  • Forum Type website
    I isaii

    Hi, I have a current project which will require exchange of information. I think this forum type of communication will be the best way for that. Can anybody send me a tutorial on how to do this kind of website like this forum that we are using. Anybody's help will be gretaly appreciated. Thank you so much in advance.

    ASP.NET tutorial help

  • How to retrieve uploaded file
    I isaii

    Hi.. I save the uploaded files at C:\Inetpub\wwwroot\Test\Data

    ASP.NET csharp asp-net tutorial

  • Dynamic dropdown list
    I isaii

    Hi.. yes I already filled up a dropdown list coming from SQL data as my datasource. But I dont know how to code the second part that you are saying. "Secondly on the selectedindex change event of the first dropdown list bind the second dropdownlist(getting the corresponding data from the database). To fill the second dropdownlist you have to pass the selected items ID(i.e. departments ID) in order to get the correct set of records." Can you show me in vb.net code? I really appreciate it. Thanks.

    ASP.NET tutorial csharp asp-net collaboration help

  • Dynamic dropdown list
    I isaii

    Thank you very much but can you show me how? Because Im a newbie with this thing. I really appreciate it. Thanks in advance.

    ASP.NET tutorial csharp asp-net collaboration help
  • Login

  • Don't have an account? Register

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