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
Y

YeHtut

@YeHtut
About
Posts
16
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How To Call C# Function From JavaScript
    Y YeHtut

    I think so, anyway should be postback and call the Server Side function. Otherwise can not be called the server side function. AJAX is called partial postback and call the server function. So Main page is never refresh. I know like this. If you know that ow to do with other way, please share it to me. Thanks for best suggest. :)

    ASP.NET question csharp javascript tutorial

  • how i can check wether a value is there or not in a stored procedure
    Y YeHtut

    Yes, can be write.

    ASP.NET database

  • how i can check wether a value is there or not in a stored procedure
    Y YeHtut

    IF @Value IS NULL -- print 'This is null value' ElSE -- print 'Some Value'

    ASP.NET database

  • Problem in displaying a calendar control using JavaScript..
    Y YeHtut

    Firstly you try to check your calendar z-index I try to check with you. your calendar can be override combo. Only panel problem should be same with last time I meet up problem. I think so that this is Calendar Issue. Last time I also think like that, I try to set with css. But it is not OK. Solution is here. Previously .net 1.1 is using like this. This is problem. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > Now .net 2.0 is solved ready of this problem. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> After migration from .net 1.1 to 2.0 is never changed of this. Anyway you can try to guess and fix. :)

    ASP.NET javascript tools help tutorial question

  • How To Call C# Function From JavaScript
    Y YeHtut

    U try to do like this. This is written in code behind file. public void ServerSideFunction() { ... } This javascript is I was written in Aspx file. <script> <%ServerSideFunction();%> </script> I already test and work it.

    ASP.NET question csharp javascript tutorial

  • How To Call C# Function From JavaScript
    Y YeHtut

    U try to do like this. This is written in code behind file. public void ServerSideFunction() { ... } This javascript is I was written in Aspx file. <script> <%ServerSideFunction;%> </script> I already test and work it.

    ASP.NET question csharp javascript tutorial

  • Let me to help you [modified]
    Y YeHtut

    Thanks.

    ASP.NET help tutorial question csharp javascript

  • How to hide Checkbox colum in gridview
    Y YeHtut

    In GridView RowDataBound event, finding the this checkbox control and cb.Visible = false;

    ASP.NET help tutorial

  • Locking a control in ASP.Net
    Y YeHtut

    I understand that you want to do display only?? Dropdown box don't have a ready only property. So you canuse Enable property to false;

    ASP.NET csharp asp-net question

  • How to hide template column in gridview
    Y YeHtut

    This is Hide for Design Time. <asp:TemplateField HeaderText="Header Text" visible="false"> ... </asp:TemplateField> If U want to hide column in design time. For example, you want to hide first column. GridViewName.Column[0].Visible = false;

    ASP.NET help tutorial question

  • How To Call C# Function From JavaScript
    Y YeHtut

    document.getElementbyID("IDName").Click() or FireEvent

    ASP.NET question csharp javascript tutorial

  • DotNet Application
    Y YeHtut

    Click File Menu-> Open -> Web Site. Then Click The File System icon and Choose the your File Folder.

    ASP.NET csharp question asp-net visual-studio learning

  • Trim command ?
    Y YeHtut

    Actually Server.UrlEncode() and Server.URLDecode() is better. If u don't want to user like this. u try to replace your character "&" to %26 :) Ye Htut

    ASP.NET database help tutorial question

  • Printing Paper Size
    Y YeHtut

    I have a report setup to generate in legal size. I export my report to PDF, and it looks fine on the screen. When I go to print it, the default is always shown in letter in the printer dialog. I have to manually change the paper size in the dialog box to "Legal". Once I do this, everything works fine. Is there a way to ensure that if I am attempting to print a legal size report that this dialog will default to legal? Ye Htut

    ASP.NET question workspace

  • refresh problem
    Y YeHtut

    First way is U control duplicate data for DB level. Second way is U control the key event and take an action. As U like :)

    ASP.NET database sql-server sysadmin help question

  • Add/Delete Record
    Y YeHtut

    I would to suggest... 1) Take Count(*) From your table. 2) If record is greater than 0 then do delete action. 3) Finally U take insert action. Other way, 1) Never checking the record and take delete action. 2) Finally insert action. Anyway U can do as u like. Cheer. :)

    ASP.NET database tutorial question
  • Login

  • Don't have an account? Register

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