Search:

Type: Posts; User: Anddmx

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Re: How to concate and display 2 Dates in a dropdownlist?

    Well it pretty simple how I explained it.

    I figured it out anyways.
  2. How to concate and display 2 Dates in a dropdownlist?

    Hi,

    How to add 2 dates in a row in DDL ( 12/26/2005 - 01/08/2006 )

    Below is the code I use to make add dates by day, but I want add extra date like this example. ( 12/26/2005 - 01/08/2006 )
    ...
  3. Replies
    1
    Views
    461

    Virtual Directory Question

    Hi,

    Iam using Form Authentication against Domain, I can get it to authenticate just fine on my local computer and everything works fine, local computer is webserver. Problem is when I connect to...
  4. Re: Error authenticating. Error obtaining group names.

    I figured it out.

    Forgot to uncheck Enable anonymous access.

    Thanks
  5. [RESOLVED] Error authenticating. Error obtaining group names.

    Hi,

    Iam using form authentication against active directory.

    Everything compiles just fine with no errors but when I try to login I get this Error.(Error authenticating. Error obtaining group...
  6. Replies
    1
    Views
    538

    Store Procedure Select Statement

    Hi,

    I use Store Procedure to authenticate users, how can I add select statement to read users ID so Datagrid on default page with appear with there information.

    I can do select statement but do...
  7. Re: Regular Expression Validator Question

    Thanks Lord_Rat

    Works!
  8. [RESOLVED] Regular Expression Validator Question

    Hi,

    I have created web form that corrects payroll times, in the Textbox I have allowed 12:00 am to 11:59 pm as valid. The problem is there is Calculate button to add up the times so I want to add...
  9. Replies
    3
    Views
    533

    Re: DropDownList with Dates

    I have hard time explaining my problems, sorry I just want the Dropdownlist to have current date with the last 14 days to select.

    I got it to work.

    Still have question how do I make it...
  10. Replies
    3
    Views
    533

    [RESOLVED] DropDownList with Dates

    Hi,

    Just wondering if it possible to have DropDownList with Dates to select?

    I need the dates to Dynamically change.
  11. Replies
    1
    Views
    490

    Re: [RESOLVED] OnClick Question

    To preserve scroll position set SmartNavigation=true at the Page directive
  12. Replies
    1
    Views
    490

    [RESOLVED] OnClick Question

    Hi,

    I dont know why this happens, I have webpage with button at the botton now when I click the button it refresh the page and move me to the top of the webpage, I have no clue what this happens....
  13. Replies
    6
    Views
    696

    Re: Calculate Precentage

    Thanks for all the help Fishcake.

    I got it to work.
  14. Replies
    6
    Views
    696

    Re: Calculate Precentage

    I have webform for employee to calculate there commission.

    They enter in Sales 200.00 at 2% commission you earned 4.00 Dallors

    The code that I post doesnt work and I tired onclick function to...
  15. Replies
    6
    Views
    696

    Re: Calculate Precentage

    My Code doesnt work at all.

    I have no clue where to begin because Ive never done something like this before.

    Thanks
  16. Replies
    6
    Views
    696

    [RESOLVED] Calculate Precentage

    Hi,

    I need someone to look at my code and tell me what I did wrong.

    thanks

    Private Sub Sales1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
  17. Replies
    1
    Views
    477

    Calendar Question

    Hi,

    I question on Calendar to Textbox.

    Best way to integrate Poppup Calendar for serverside.

    I want it to Drop the Date to Textbox but I have 7 Textbox M-S

    So if they choose Monday it...
  18. Re: Automatically calculate and populate

    I change some of the code but works great!!

    Thanks
  19. Re: Automatically calculate and populate

    HEHE, sorry I didnt see that last post with the code thanks !
  20. Re: Automatically calculate and populate

    I need it to populate to Label1.text

    I have 2 Textbox1.text and Textbox2.text, then populate to Label1.text

    Example of the webform

    Http://www.enshq.info:88/timecorrection

    Its slow loading.
  21. Re: Automatically calculate and populate

    Hi sevenhalo,

    do you have example I search internet but I cannot find anything I can use.

    thanks
  22. [RESOLVED] Automatically calculate and populate

    Hi,

    I am trying to find way to automatically calculate and populate to Label

    Adding up two two textboxes and then automatically populate to Label.

    I can get it to work with onclick...
  23. Re: Adding Up Values from Two Textbox

    Maybe I should have done this earlier, here is web application I'm working on.

    Http://www.enshq.info:88/timecorrection

    Thanks for all you help.
  24. Re: Adding Up Values from Two Textbox

    I think this will work but something wrong when it trys to convert to string.


    Sub time(ByVal sender As System.Object, ByVal e As System.EventArgs)
    Dim dtNow As DateTime =...
  25. Re: Adding Up Values from Two Textbox

    Sorry it doesnt do Minutes.
  26. Re: Adding Up Values from Two Textbox

    Hi,

    I have redone my code looks like this now.

    How can I add Minutes and AM or PM

    Sub time(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    Dim...
  27. [RESOLVED] Adding Up Values from Two Textbox

    I have two textboxes and Label to display results.

    Textbox1.text
    Textbox2.text
    Label1.text

    I want to addup the values from textbox1 and textbox2.

    This is in HH:MM:SS I am close, I think.
  28. Replies
    7
    Views
    791

    Re: Question about Session

    Mendhak

    Awsome.. works

    Thanks, for all you help.

    I havent been doing this long but I feel I learn more and more everyday.
  29. Replies
    7
    Views
    791

    Re: Question about Session

    Can you give me example please.
  30. Replies
    7
    Views
    791

    Re: Question about Session

    It shows everyone from every department on datagrid.


    on contacts page.


    Default.aspx

    Sub onclick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  31. Replies
    7
    Views
    791

    [RESOLVED] Question about Session

    Hi,

    I have question about session.

    How do I store information in session and move it to different page?

    I have dropdownlist databound on default.aspx page and I want to display the results...
  32. Replies
    1
    Views
    519

    Re: Drop Down List and Datagrid

    Just added Handles and bind data to control.

    Works fine now !
  33. Replies
    1
    Views
    519

    [RESOLVED] Drop Down List and Datagrid

    Hi,

    Need tutorial on drop down list that populates results to datagrid with hyperlink column. I have found some useful tutorials but nothin that I really need. I just need some help in the right...
  34. Replies
    14
    Views
    1,321

    Re: Roles Stored in SQL Database.

    Finally got it to work.

    Attached is the working version I put together.
  35. Replies
    14
    Views
    1,321

    Re: Roles Stored in SQL Database.

    mendhak could you look over my code please and let me know whats is wrong I converted Role-Based security from C# project, it worked fine in C# but I dont know C# so I converted to VB and it doesnt...
  36. Replies
    14
    Views
    1,321

    Re: Roles Stored in SQL Database.

    GetRoles from Function put in the cookie, so maybe Iam doing something wrong here.
    Return ("Admin|Users|Managers") maybe this wrong at this part?!?!

    Its Returning value but I dont think I have...
  37. Replies
    14
    Views
    1,321

    Re: Roles Stored in SQL Database.

    mendhak

    Thanks for all your help.

    Ok I have everything the way it should, fix the web.config file now.

    Do you have any examples in VB or does everyone do this in C-Sharp,

    or can I post...
  38. Replies
    14
    Views
    1,321

    Re: Roles Stored in SQL Database.

    I rework my code but still doesnt work HAHA

    But I feel alot better about this code then the last one.

    (login.aspx.vb)

    Sub Login_Click(ByVal sender As Object, ByVal E As EventArgs)
    ...
  39. Replies
    14
    Views
    1,321

    Re: Roles Stored in SQL Database.

    How can I tell if its my web.config because right the only way I can get it to work is if I <allow users="*" /> so it allows everyone in.

    If I use any <allow roles="admin" /> is doesnt work or if...
  40. Replies
    14
    Views
    1,321

    Re: Roles Stored in SQL Database.

    I did have my roles working fine but I did something and now they wont work.

    Is my Web.config file fine can someone take look at that for me?

    In the Global.asxs file should it have admin...
Results 1 to 40 of 52
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width