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
R

Riza Azmi

@Riza Azmi
About
Posts
16
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to use the value of textBox placed on one page on to another page
    R Riza Azmi

    session is hide the data. that is what I called "secure". no matter encrypted or no, user still cannot deal with the value directly. session can store any datatype including datasource. thanks for sharing:)

    Regards, Riza Azmi Simple thing should be simple, complex thing should be possible

    ASP.NET csharp tutorial asp-net database help

  • how to use the value of textBox placed on one page on to another page
    R Riza Azmi

    Using query string is not safe regarding to security, whereas using session you can pass the value withouth user "see" it.

    Regards, Riza Azmi Simple thing should be simple, complex thing should be possible

    ASP.NET csharp tutorial asp-net database help

  • data sending problem.
    R Riza Azmi

    Hi Sonia. It is use when you use a separate page. Just use session if it is not using separate page. Separate page is someknid like: There is page A: window.open("B.aspx") And in page B. you can use window.opener.Form1(The_Field_inPage_A.ASPX).value="Something" window.close

    Regards, Riza Azmi Simple thing should be simple, complex thing should be possible

    ASP.NET question database help

  • data sending problem.
    R Riza Azmi

    Hi Sonia You can use session to bypass the value in previous page session("test") = "123" in current page (onload) textbox1.text=session("test") If, it is on the opener you can use javascript: window.opener.Form1("Your_Field_Name").value="Your Value" Hope it is usefull

    Regards, Riza Azmi Simple thing should be simple, complex thing should be possible

    ASP.NET question database help

  • how to use the value of textBox placed on one page on to another page
    R Riza Azmi

    Hi mavii what if like this? session("s1") = textBox1.Text; session("s2") = textBox1.Text; and in "crystalReportViewer1_Load" string s3 = session("s1"); string s4 = session("s2"); Is it solving the problem? (I am a new with CR also).

    Regards, Riza Azmi Simple thing should be simple, complex thing should be possible

    ASP.NET csharp tutorial asp-net database help

  • Index was out of range.
    R Riza Azmi

    Try index > SubTabText.Count - 1 Regards, Riza Azmi Simple thing should be simple, complex thing should be possible

    ASP.NET help css database tutorial question

  • How to refresh a page in ASP.Net
    R Riza Azmi

    Hi ... You can use also this HTML tag (refreshing for 10 seconds) Replace content=10 with the second that you like. Regards, Riza Azmi Simple thing should be simple, complex thing should be possible

    ASP.NET question csharp asp-net tutorial

  • problem related to radiobuttonlist control
    R Riza Azmi

    Hi Rajeev How to do that? What is the solution? Could you share?

    ASP.NET help

  • how to create dynamic page creation [modified]
    R Riza Azmi

    Hi Sharma I thing AJAX is your solution. I cannot give you more (how-to-do) because now I am on my training to reach myself become AJAX-er. Hope usefull

    ASP.NET help csharp html com sales

  • How to Process variable?
    R Riza Azmi

    Sssssssssst... The thread starter are sleeping. :laugh:

    ASP.NET help tutorial question

  • How to Process variable?
    R Riza Azmi

    Hi Sandeep, Hi phuhoa Query string is also a nice choice to "transfer" the variable. However, it is not really safe, when we deal with the security. Let us follow the sample: Me.TextBox1.Text = Request.QueryString.Get("prevpage").ToString *Change the prevpage with the value of previous page. Regards, Riza Azmi (rizaazmi@yahoo.co.id)

    ASP.NET help tutorial question

  • Multiple Postback on my Page
    R Riza Azmi

    Assalamua`laikum Atif Ali Bhatti Thanks for the solution.

    ASP.NET help

  • How to Process variable?
    R Riza Azmi

    Hi phuhoa In ASPX, variable not stored in a long time. Just whene the page is created. To use long life variable use session (however in default just 20 minuites). Like the example: First, store your variable Session("textbox1") = textbox1.text To retrieve it textbox2.text = Session("textbox1") Hope it is usefull for you.

    ASP.NET help tutorial question

  • Multiple Postback on my Page
    R Riza Azmi

    Hi Saranya Devi, Hi All Thanks for the solution. By your answer, I just find the problem. The reason is there is a 2 event click: 1. in the HTML page (markup section) there is OnClick = "Button1_Click" 2. in the aspx.vb (code section) there is Handles Button1.Click So, choose one wheter delete Handles Button1.Click or remove OnClick="Button1_Click" I guess this is cause when I move 2003 to 2005. Case is closed. Thanks all for sharing the solution.

    ASP.NET help

  • Multiple Postback on my Page
    R Riza Azmi

    Hi Sandeep Thanks for your reply. So, what should I do? Is it delete the AutoEventWireup property or just set it into false? Btw, in my code AutoEventWireup property is set into false (in html markup sections). But, it is still create twice postback. I test it with Response.write("alert('test')"). In result, alert test is comes up twice, which means there are 2 postback. Regards, Azmi rizaazmi [at] yahoo [dot] co [dot] id ----------------------------------------------------------- Simple thing should be simple, complex thing should be opssible.

    ASP.NET help

  • Multiple Postback on my Page
    R Riza Azmi

    Hi All Could you give me a solution for multiple postback problem. In this case, if you click a button, it seems that it is executed 2 times. Honestly, I dont know "a thing" that cause it. I just use 1 masterpage, 1 control and one page. Appreciating for your comment much. Regards Azmi Simple thiing should be simple, complex thing should be possible.

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