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
A

Aslesh

@Aslesh
About
Posts
71
Topics
31
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to handle file upload exception
    A Aslesh

    thats what my question is .. its not even triggering the upload event .. its directly displaying error... if it triggers the upload button event i can check and do as u said ...

    ASP.NET question help tutorial

  • How to handle file upload exception
    A Aslesh

    Hi, i set in the web.config file the user can upload upto 10mb file. but when i tried to test it with more than 10mb and press that upload button, it is not even going to that event and directly showing error in the browser. How can i handle this exception? Santhapur

    ASP.NET question help tutorial

  • adding asp.net server controls dynamically using java script...
    A Aslesh

    How can we add a asp.net textbox dynamically using java script

    ASP.NET csharp java asp-net sysadmin tools

  • difference between asp file upload and html file upload
    A Aslesh

    About the filesize limitations i find these useful http://msdn.microsoft.com/en-us/library/aa478971.aspx :)

    ASP.NET csharp html asp-net question

  • difference between asp file upload and html file upload
    A Aslesh

    Can any tell me the the difference between asp.net file upload control and html file upload control..? is there any filesize & file type limitation for both of these? or can we upload any file of any size? Thanks

    ASP.NET csharp html asp-net question

  • file upload to FTP ?
    A Aslesh

    Thanks for your answer.. i have done it prior to posting.. i founded two links donno which one works ? :( http://www.codeguru.com/csharp/csharp/cs\_internet/desktopapplications/article.php/c13163\_\_2/ http://www.developerfusion.com/code/4340/ftp-client-library-for-c/ Santhapur

    ASP.NET question csharp asp-net

  • file upload to FTP ?
    A Aslesh

    Hi i am trying to upload a file to a folder in FTP... i am using asp.net file upload control .. how can i do this ? Santhapur

    ASP.NET question csharp asp-net

  • filtering dataset and saving the resultant in another table.
    A Aslesh

    hi i have a dataset which consists of one tables. i need to filter this data set and store it in another table. how can i do this?

    C# question

  • filtering dataset and pu the result in another datatable.
    A Aslesh

    hi i have a dataset which consists of one tables. i need to filter this data set and store it in another table. how can i do this?

    Database question

  • convert MS SQL DB 2008 to 2005
    A Aslesh

    I am using SQL server 2008 in one comp and if i want to bakup the database and use it in sql 2005 it is showing some errors like format not compatable. Is there a way to fix it and work it on 2005. Santhapur

    Database database sql-server sysadmin help

  • What is the difference between c++ structs and c# structs..?
    A Aslesh

    can any tell me what is the difference between c# and c++ structs.. Santhapur

    C / C++ / MFC question csharp c++

  • Phone number format using Java Script
    A Aslesh

    Hey, Thanks I did it by own and anyways Thanka a lot for your help Santhapur

    ASP.NET java tools help tutorial question

  • Phone number format using Java Script
    A Aslesh

    Hey Thanks Its working but.. But i need to display the formatted output again in the textbox itself. How can we do it ? Please help me i am a begineer in the javascript programming. Or else give me a small clue i can try it out.. Santhapur

    ASP.NET java tools help tutorial question

  • Phone number format using Java Script
    A Aslesh

    Hi, I have a requirement where i need to format the phone number in 111-111-1111 format after it loses focus. Can any one help me how to do this? Santhapur

    ASP.NET java tools help tutorial question

  • how can we restore database if i have DBscripts
    A Aslesh

    Hi i have a file with extention .sql which has DBscripts for my database. How can i restore the database using these scripts.

    Database database question

  • Simple Textbox validation
    A Aslesh

    xmlns:local="clr-namespace:TextBoxValidation" I have included these two line but still getting the same error

    WPF wpf help

  • Simple Textbox validation
    A Aslesh

    Here is what i have tried.. namespace TextBoxValidation { class validatetextbox : ValidationRule { public string MatchText { get; set; } public override ValidationResult Validate(object value, CultureInfo info) { if ((string)value == MatchText) return new ValidationResult(true, null); return new ValidationResult(false, "This is not a match"); } } } Here are my results.. http://schemas.microsoft.com/winfx/2006/xaml/presentation'. Line 9 Position 18

    WPF wpf help

  • Simple Textbox validation
    A Aslesh

    Thanks for your Reply. I have asked u the full code b/c previously some one posted code snippet and its not working.. So i am not able to find where the error was.. I am not going to earn money with u r code.. i am still in learning stage.

    Pete O'Hanlon wrote:

    That's not the way this site works you know. We don't actually write your code for you.

    WPF wpf help

  • Simple Textbox validation
    A Aslesh

    Hi i have a simple text box in window. I just want to write a simple validation for the text box. If there is nothing in the text box it should show a validation error. or else nothing. Can any one please provide the code for this.. Full XAML file. and Cs file Santhapur

    WPF wpf help

  • Runtime error and compile time error?
    A Aslesh

    What is the difference between static and readonly/

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