User Profile

Collapse

Profile Sidebar

Collapse
mrjoka
mrjoka
Last Activity: Oct 29 '07, 09:14 AM
Joined: Nov 1 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mrjoka
    started a topic need help - radio button

    need help - radio button

    hi guys i have a work it was first implemented with the drop down list:
    <select name="zoom" onChange="showM ap(this.form)">
    <option value=7 <% if zoom = 7 then %>selected<% end if %>>Provincie
    <option value=5 <% if zoom = 5 then %>selected<% end if %>>Regio
    <option value=4 <% if zoom = 4 then %>selected<% end if %>>Stad
    ...
    See more | Go to post

  • mrjoka
    started a topic master page and content page interaction
    in .NET

    master page and content page interaction

    hi friends;
    i'm stuck in a web site and i hope you can help me.
    i'm working in a statistic web site where i'm using mastre page(this is the first time i'm working with master page) in this mastre page i have a callendar, and 2 drop down list and a tree view, this tree view has a sitemap datasource. in the tree view i have links to many other web pages. my problem is that when i select a value in the drop down list the value is sent...
    See more | Go to post

  • mrjoka
    replied to delay in retrieving values through session
    in .NET
    hi my platform is visual studio 2005 .net framework version 2.x.
    now when i open the default page it seems ok, but when i click on a page in the tree view the page does not remember the state of the default page. is there a way to initialize all the values in the default value when the page from the tree view clicked?!!!
    thanks
    See more | Go to post

    Leave a comment:


  • mrjoka
    started a topic delay in retrieving values through session
    in .NET

    delay in retrieving values through session

    hi all,
    i have a web site that has a tree view, and in this view i have a lot of web sites, so in the defaul page you can choose a value from a drop down list, i did transfer this value in a session to the other pages. now the process is i need to choose first the value from the drop down list and then click on the link in the tree view to see the result of the web page, but if i click directly on the web page i see nothing because the value...
    See more | Go to post

  • mrjoka
    replied to Sessions, and passing data to another page
    in .NET
    thanks for the post, first of all i'm not using a database. second i have a postback in my program, this is what i have:
    if (!IsPostBack) { } in the load page and if i take it off from the program then if i select a value from the drop down list it is not there when the page refresh, it will return the initial value and if i add the postback again then the vale selected from the drop down list will be remebered when the page refreshed....
    See more | Go to post

    Leave a comment:


  • mrjoka
    started a topic Sessions, and passing data to another page
    in .NET

    Sessions, and passing data to another page

    hi guys,
    i'm building a web site where i have a lot of pages, in the default page i'm having a menu in this menu i have a callendar a drop down list, in the callendar i need to remember the date selected by the user and for the drop down list i have to remember the value selected by the user, these values i need them to query the database.the first time it works great the selected item in the drop down list can be read by any other page(in...
    See more | Go to post

  • mrjoka
    started a topic drop down and calendar
    in .NET

    drop down and calendar

    hi experts,
    actualy i need your help here.
    i'm working in a website and i'm facing two problems.
    the first one is that i want to display today date when no date is selected (an if statement)
    the second one is that i have 2 drop down list and i want to use also an if statement so when the value of the first drop down list is choosed display a message and when the value of the second drop down list is choosed display another...
    See more | Go to post

  • mrjoka
    replied to drop down list question
    in .NET
    ok guys i found it.
    thanks...
    See more | Go to post

    Leave a comment:


  • mrjoka
    started a topic drop down list question
    in .NET

    drop down list question

    hi,
    i have a label and i have two drop down list and i want to assign a value to this label when a value has been selected from drop down list 1(this one already working) now i want the label to have the value of the second drop down list.
    first drop down list is a comminuty and the second is site.
    can you tell me how can i make this happen?!!
    thanks
    See more | Go to post

  • hi,
    no right now i just have the original form which has all kind of controlls, i have check box control, date, drop down buttons, check radio, all kind of controlls. can you tell me a way to pass the value os these controls and then show them to the customer before he can send the form?
    thanks
    See more | Go to post

    Leave a comment:


  • passing retreiving data in asp

    dear experts,
    my question is: i'm building a form and at the end of this form after all fields are filled in i need to submit a summary of all the information filled in by the client and after that send it.
    so the user can view the information he filled in before he can send the form.
    in the form i have all kind of buttons, radio check, radio bottons, birthday, everything.
    ...
    See more | Go to post

    Leave a comment:


  • hi,
    sorry for being late to answer back because i had a vacation.
    the scenario is that i have a form that has to be filled in by the user and after sending the form i want the user to be able to see the summary of what he filled in, i have a form that has all kind of controlls, check boxes, drop down list, birth day, all kind of controlls.
    i started by creating a page called summary and i tried to store all the information in...
    See more | Go to post

    Leave a comment:


  • yes my friend, exactly, in the form i have some dates, check boxes, all kind of controlls....
    See more | Go to post

    Leave a comment:


  • passing retrieving data and display form summary before submit

    dear experts,
    i'm very newbie in javascript and i've been assined to work in a project that has a lot of javascript so i realy need your help.
    my question is: i'm building a form and at the end of this form after all fields are filled in i need to submit a summary of all the information filled in by the client and after that send it.
    so the user can view the information he filled in before he can send the form.
    i think...
    See more | Go to post

  • Remove loop code removes frame, but doesn't remove table

    hi experts,
    i'm developing a page in ASP but i'm doing also some javascript insode the page. i'm creating a frame and i want to loop this frame with a duplicateloop function so the form will be duplicate so many time, also i'm using a removeloop if the client want to remove the frame, in the html of the page i'm creating a table and i'm calling this loop, the problem now...
    See more | Go to post

    Leave a comment:


  • Remove loop code removes frame, but doesn't remove table

    hi experts,
    i'm developing a page in ASP but i'm doing also some javascript insode the page. i'm creating a frame and i want to loop this frame with a duplicateloop function so the form will be duplicate so many time, also i'm using a removeloop if the client want to remove the frame, in the html of the page i'm creating a table and i'm calling this loop, the problem now is that when i'm calling the removeloop it removes the frame but not...
    See more | Go to post

  • mrjoka
    started a topic e-mail
    in .NET

    e-mail

    dear experts,
    i'm working in a chrono job in asp.net and if a problem occured than an e-mail notification has to be send to the admin, here is the code for sending the e-mail:
    static void Main(string[] args)
    {
    Job job = new Job();
    try
    {
    job.DoJob();
    }
    catch (Exception)
    {
    Logger.Shutdown ();

    //There is an error sent mail to admin
    MailAddress to = new...
    See more | Go to post

  • mrjoka
    started a topic function in asp

    function in asp

    dear experts,
    i'm a newbies with asp so i need you help on this one.
    i need a function getparam that returns a siteid as an output.
    the input for this function are: input1(that's the parameter we created to link our website to another website) (input2) this one is fixed, and the Parameter value (KlantID).
    this function has to run a query
    also i need to check via the parameter if the KlantID exists and if true...
    See more | Go to post
No activity results to display
Show More
Working...