User Profile

Collapse

Profile Sidebar

Collapse
mimranp
mimranp
Last Activity: Sep 5 '08, 07:46 AM
Joined: Aug 20 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mimranp
    started a topic ignore single qoutes while inputing
    in .NET

    ignore single qoutes while inputing

    hi all
    i want to escape starting ('' )at the start of string
    i want to just replace the string
    Code:
    <%@ WebHandler Language="C#" Class="Type_BLC"  %>
    
    using System;
    using System.Web;
    using System.Data;
    using System.Data.OracleClient;
    using System.Web.SessionState;
    using System.Text;
    using System.Text.RegularExpressions;
    ...
    See more | Go to post
    Last edited by Curtis Rutland; Sep 5 '08, 01:18 PM. Reason: Added Code Tags -- Please use the # button

  • mimranp
    started a topic Validation error

    Validation error

    Hi all
    i m using visual developer 2008 i m using xhtml1.1 in that .i m reciving so much error when check in online input w3 standard(C# language code behind)
    Code:
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Listing.aspx.cs" Inherits="Admin_Category_Listing" %>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    ...
    See more | Go to post
    Last edited by acoder; Sep 1 '08, 02:27 PM. Reason: Please use [code] tags

  • mimranp
    started a topic check boxes through loop in c#
    in .NET

    check boxes through loop in c#

    Hi every one.
    wheather it is possible to place html checkbox on webpage through loop
    in c#.if it is possible then help me
    See more | Go to post

  • mimranp
    replied to regular expression in c#
    in .NET
    regular expression in c#

    Hi
    i wants that user can only input 00 or 10 or 11 or 01 or 1n .
    any character other than above explained not allowed.
    how can i make regular expression for this using c#
    plz help ]

    1 or 0 are digit and n is character
    See more | Go to post

    Leave a comment:


  • mimranp
    started a topic regular expression in c#
    in .NET

    regular expression in c#

    Hi
    i wants that user can only input 00 or 10 or 11 or 01 or 1n .
    any character other than above explained not allowed.
    how can i make regular expression for this using c#
    plz help
    See more | Go to post

  • dynamilcly populate select option from database

    i wants that in dropdown values will come from primary foreign key relation
    and in front only text will appear n backend two table are must linked using primary foreigon key relation


    <select id ="Select1" class ="Controls">
    i m using c# to tackle this situation
    See more | Go to post

    Leave a comment:


  • hi
    sir i m using C# to tackle this situation.
    See more | Go to post

    Leave a comment:


  • mimranp
    started a topic how can i populate html select using c#
    in .NET

    how can i populate html select using c#

    i wants that in dropdown values will come from primary foreign key relation
    and in front only text will appear n backend two table are must linked using primary foreigon key relation


    <select id ="Select1" class ="Controls">
    See more | Go to post

  • mimranp
    started a topic dynamically populate select option from database

    dynamically populate select option from database

    i wants that in dropdown values will come from primary foreign key relation
    and in front only text will appear n backend two table are must linked using primary foreigon key relation


    <select id ="Select1" class ="Controls">
    See more | Go to post

  • mimranp
    started a topic insert into primary froeigon key relationship

    insert into primary froeigon key relationship

    Hi every one
    i want to insert into tx_category table data coulmn cat_type while selecting existing types from tx_type table.these two table are linked primary foreigon key relationship

    INSERT INTO TX_CATEGORY(CAT _ID, STATUS_VALUE,CA T_NAME,CAT_PRIM ARY_TITLE,CAT_T YPE,CAT_PRIMARY TEXT,CAT_PRIMAR YCONTEXT,SRC_ID ,CAT_SECONDARY_ TITLE,CAT_PRIMA RY_INDEX,CAT_UP DATEDBY,CAT_UPD ATEDON,CAT_CREA TEDBY,CAT_CREAT EDON) VALUES((select NVL(MAX(CAT_ID) ,1)...
    See more | Go to post
No activity results to display
Show More
Working...