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
Z

Zeke Le

@Zeke Le
About
Posts
20
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Anoying cookie issue!
    Z Zeke Le

    The session cookie is automatically set right? and I have another form cookie. The form cookie is persistent and the session cookie expires after 20 minutes. But as far as I know they have nothing to do with each other, correct me if I'm wrong. Thanks Zeke. Waiting to kill Bill

    ASP.NET help security

  • error.. :(
    Z Zeke Le

    It's the sytax error on your SQL query not the program. Zeke.

    ASP.NET sysadmin data-structures debugging help question

  • Anoying cookie issue!
    Z Zeke Le

    No The expire year is 2054 :( Zeke.

    ASP.NET help security

  • Anoying cookie issue!
    Z Zeke Le

    I got a site up and running, when I log in (persistent cookie), it works, a few a hours I get back, I'm still logged in. But after a day, It automatically logged me out. The strange thing is I check the cookie at it's there. I use Form Authentication. Please help, this is really anoying. Thanks Zeke. Waiting to kill Bill

    ASP.NET help security

  • Download after the page loaded!
    Z Zeke Le

    Thanks, I have looked up and found the method. But I really don't know how to write the client script to fires the URL to the file. Zeke

    ASP.NET help tutorial question

  • Download after the page loaded!
    Z Zeke Le

    How to open the "save as" dialog box to download a file automatically after the page has loaded? Anyone knows please help! Thanks Zeke

    ASP.NET help tutorial question

  • M A T R I X Reloaded..!!!
    Z Zeke Le

    That would be great, but I really don't think the VCDs are out yet, isn't it show time?

    // What do I do every day
    foreach (System.Hours hour in EveryDay.Hours)
    {
    WorkingWithMyComputer();
    }

    The Lounge question

  • M A T R I X Reloaded..!!!
    Z Zeke Le

    You guys are lucky, Matrix is not coming to Vietnam I guess for about 3 more months. :(

    // What do I do every day
    foreach (System.Hours hour in EveryDay.Hours)
    {
    WorkingWithMyComputer();
    }

    The Lounge question

  • Upload limit
    Z Zeke Le

    can you show me where to put it in the web.config file? Thanks alot!!!!

    // What do I do every day
    foreach (System.Hours hour in EveryDay.Hours)
    {
    WorkingWithMyComputer();
    }

    ASP.NET help tutorial

  • DataGrid Heading Display
    Z Zeke Le

    You can use the DataGrid TableStyles. First you add one GridColumnStyle and a collection of columns to it. Each column you set the 'mapping' value to match the column in ur dataset that u want to display .  No time to breathe

    C# question database

  • Accessing controls of one form from another form
    Z Zeke Le

    I'm sorry, my mistakes, I thought u wanna do it from the first form. But I found a way that u can try, u can access the parent form's controls this way: Form.ActiveForm.TopLevelControl.Controls[index]  No time to breathe

    C# question

  • Accessing controls of one form from another form
    Z Zeke Le

    You can access controls in the first form if their modifiers value are set to public  No time to breathe

    C# question

  • A simple Form OK button question
    Z Zeke Le

    You can achieve this by setting the form2 DialogResult to None. EX: if (txtName == "") { //Show error message this.DialogResult = DialogResult.None }  No time to breathe

    C# help c++ question

  • JIT problem!
    Z Zeke Le

    First a messagebox appeared and said that an exception has been generated, ProcessID=something, ThreadID=something. Click Cancel to debug. Then I clicked Cancel, another one appeared said that the JIT debguger is not available and told me to check the computer setings which I didnt know what & where to check (very cool), it also unhelpfully showed me the file cordbg.exe!something. That's all, help me please!  No time to breathe

    C# csharp help dotnet tutorial question

  • JIT problem!
    Z Zeke Le

    My program was written in Visual C# and it runs just fine in my computer and computers that uses Windows XP, but when I tried to execute it in a win ME (with .Net framework installed), an unhandled execption occurs, it says the problem is about JIT. Can anyone show me how to fix it? Thanks  No time to breathe

    C# csharp help dotnet tutorial question

  • Enter key to <br>
    Z Zeke Le

    Thank you I got another question :rolleyes: : Is there a way that I can compare a specific date to a current date so that I know how many day have passed?  No time to breathe

    ASP.NET csharp question

  • Enter key to <br>
    Z Zeke Le

    How can I convert an Enter key to <br> using C#. I can do that in VB.NET by using Replace(ControlChars.CrLf, <br> ) But in C# I don't know. Can anyone show me, please?  No time to breathe

    ASP.NET csharp question

  • Unknown error!!!
    Z Zeke Le

    it doesnt work either, I found out that it's not the code that has problem but the connectionString Thanks for helping:) Zeke

    Web Development help sysadmin data-structures debugging

  • Unknown error!!!
    Z Zeke Le

    Here is the code to bind data to my datalist, that's all that related to the dataAdapter: Dim myConnection as new OleDbConnection(ConfigurationSettings.AppSettings("connectionString")) Dim dataAdapter as new OleDbDataAdapter("select * from Messages order by MessageID desc", myConnection) Dim myDataSet as new DataSet dataAdapter.Fill(myDataSet, "Messages") Dim myTable as new DataTable myTable = myDataSet.Tables("Messages") DataList1.Datasource = myTable Datalist1.DataBind() Zeke

    Web Development help sysadmin data-structures debugging

  • Unknown error!!!
    Z Zeke Le

    I created a aspx page and it runs just fine in my computer, but when i run it on server, i recieved this error: URI formats are not supported. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.ArgumentException: URI formats are not supported. Source Error: Line 14: Line 15: Dim myDataSet as new DataSet Line 16: dataAdapter.Fill(myDataSet, "Messages") Line 17: Line 18: Dim myTable as new DataTable Please help me to solve this! thanks very much. Zeke

    Web Development help sysadmin data-structures debugging
  • Login

  • Don't have an account? Register

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