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
J

jashimu

@jashimu
About
Posts
137
Topics
66
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • GridView TemplateField button click
    J jashimu

    Hi all, it been a while I am trying to make the gridView Itemtemplate Button even to work. I am not able to do so. There is no way I can make the button click even to fire. here I have the grid

    ASP.NET css

  • Navigation
    J jashimu

    Hi all, I need to have two different menu items. One for the top and one for the left. I was trying to connect web.sitemap to top and web1.sitemap to left menu. Both menus getting data from web.sitemap file. Although, I have SiteMapDataSource1 for top menu, and SiteMapDataSource2 for left menu. thanks.

    ASP.NET

  • GridView Template Field Value
    J jashimu

    Hi All, I am trying to get in my gridView there are two template fields. I need to get those Rows[0] and Cell[0] value. Please help.

    "if you don't know ask"

    C# help

  • retrive gridview cell value
    J jashimu

    Hi All, I need to retrive value of GridView slelected row cell value.

    If I click on button1 or Button2 I want to retrive value of a specefic cell value thanks,

    C#

  • Custom validation
    J jashimu

    Thanks for your help. I end up doing similar what you are saying.

    ASP.NET help question

  • Custom validation
    J jashimu

    Hi all, I am trying to do custom validation. I have two textBoxes. what I am trying to do is when user enter something in the first textBox then the Second TextBox need to be filled. Anohter word, if the first TextBox has a value then second textBox become required. other wise both textBoxes can be empty. how do I do it. Please help.

    ASP.NET help question

  • retrive data from GridView
    J jashimu

    Hi all, I am having trouble getting data from GridView and display or populate into textBox. Senario: I have a GridView first Col is template and it has checkBox as itemtemplate. when I check on of the checkBox it should populate from the selected row's value to a textBox or do other thing. thanks.

    C#

  • Regular Expression
    J jashimu

    thanks for your reply, I know it can be done using back end Csharp code. But how do I display message to user that something is wrong.

    ASP.NET regex tutorial

  • Regular Expression
    J jashimu

    Thank you Iqbal bhi, I will get the user input and then compare with present date in the back end. thanks for the date format.

    ASP.NET regex tutorial

  • Regular Expression
    J jashimu

    Hi All, I am wondering how to validate date using regular expression and not allowing any future date if the user wants to put it in anyway. thanks,

    ASP.NET regex tutorial

  • string formate
    J jashimu

    Thanks for your reply. it is working for me.

    C#

  • string formate
    J jashimu

    Hi all, I need to format string and having some problems. when user enter into a textbox i.e "12345678". I need to format this input into this. "12 345 678". I am doing this way but not working

    string p = TextBox.Text.Trim();
    string.Format("{0},{1},{2}", p.Substring(0,2), p.Substring(2,4), p.Substring(5,7));

    C#

  • ListBox
    J jashimu

    I get it it is true but when I select an item from the listBox it does not fire any even. I am not setting autopostback to true for reason. thanks for your reply.

    ASP.NET javascript question

  • ListBox
    J jashimu

    Hi All, I need to catch an event when user select an item from ListBox. I am not sure if I have to use Javascript. if yes how do I do it. Please halp. Thansk,

    ASP.NET javascript question

  • word document in ASP.Net
    J jashimu

    Hi All, I am in trouble at some pint. I am working on a app which collet data from the user or database. Then populate on screen. after that user click submit button then it will write required data on a word form,to a specific Bookmark,which is allready exist and send to printer. I really don't know what would be the best way froward.

    ASP.NET csharp asp-net database

  • validate textbox
    J jashimu

    thanks much for you help. Please can you put the code in different format so that I can see it. I can't see all the code. thanks again.

    ASP.NET database help question

  • validate textbox
    J jashimu

    Hi all, I need help validating textBox whether the user input was a correct date format and not empty. I can use RequiredFieldValidator to make sure the textbox is not empty but how do I know is correct date format which support my database.thanks,

    ASP.NET database help question

  • input validation
    J jashimu

    this is exactly what is happening. it is not firing the event when I change No to Yes on radio button options All I want is that when the option is changed show two textboxes or not. thanks

    ASP.NET javascript sysadmin help

  • input validation
    J jashimu

    If I set autopost back to false then it is not catching the even when I change the selection from yes to No radio button.

    ASP.NET javascript sysadmin help

  • input validation
    J jashimu

    I alredy have something like this. but when I change my selection the page blink which I am trying to avoid. Just use javascript to do that so it will not go through server.

    ASP.NET javascript sysadmin 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