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
C

chand10

@chand10
About
Posts
81
Topics
40
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Need JavaScript for Data validation in grid
    C chand10

    Hai, I have a grid in my application with the revenue values of a company in one coloumn. I need to validate the data entered in that field and need to change the background color of that perticular field if it contains negetive value. Thanks in advance...... Chandu.

    I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    Web Development javascript css sales

  • Want IE6 and IE7 in single OS?
    C chand10

    Hi I am testing my ASP.NET application with different browsers.So I want IE6 and IE7 in one OS, as of now I am using IE7.I tried to install IE6, as it is older than IE7, it failed. So how can I use IE7 and IE6 simulataneously. I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    ASP.NET question csharp asp-net testing beta-testing

  • Getting Runtime Error on hosted site?
    C chand10

    Thanks for u r reply. I already made the change even then it is giving the same error.

    I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    ASP.NET database sysadmin hosting security help

  • Getting Runtime Error on hosted site?
    C chand10

    Runtime Error

    Description: An application error occurred on the server. The current custom error
    settings for this application prevent the details of the application error from
    being viewed remotely (for security reasons). It could, however, be viewed by
    browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on
    remote machines, please create a tag within a "web.config"
    configuration file located in the root directory of the current web application.
    This tag should then have its "mode" attribute set to "Off".

    <configuration>
    <system.web>
    <customErrors mode="Off"/>
    </system.web>
    </configuration>

    Notes: The current error page you are seeing can be replaced by a custom error
    page by modifying the "defaultRedirect" attribute of the application's
    configuration tag to point to a custom error page URL.

    <configuration>
    <system.web>
    <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
    </configuration>

    I am getting this Error ever after I set in my web.config file. I am not using an sessions or database connection or login page etc.It's just a simple site. I want to know the best setting of web.config file for hosting

    I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    ASP.NET database sysadmin hosting security help

  • Getting a Sub node value with the help of another Sub node value in XML
    C chand10

    Hi I am looking for a Condition clause in XML like "WHERE" in SQL. If the XML file is like..... 100 Mr.X 101 Mr.Y ..... ..... If I want the Name of a person with ID = 100 Fisrt of all how to Search for that ID in XML file, after that how can I get the Name for that ID. I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    ASP.NET database xml help tutorial question

  • Populate ListBox with XML Data?
    C chand10

    Ok How can I use this in your given code.

    I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    ASP.NET question xml help tutorial

  • Populate ListBox with XML Data?
    C chand10

    Thank u for u r reply Piyush Vardhan Singh But I am having all the County Names of different States in a single XML file. How can I get County Names of each State in order to bind that Data to ListBox. As I said earlier I getting that State Name in a QueryString, with that Name in the QueryString I have to get the Couty Names of that State. How can I make this kind of selection.

    I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    ASP.NET question xml help tutorial

  • Populate ListBox with XML Data?
    C chand10

    Thank u Imran Khan Pathan for u reply. It is giving only the Counties of only one State i.e first in the list. I want to get Counties of different States with the help of a QueryString. Where I have to give this QueryString to get the Data for Different State's Counties

    I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    ASP.NET question xml help tutorial

  • Populate ListBox with XML Data?
    C chand10

    Hi In my application, I have a ListBox which is to be filled with the values in XML file. My application goes like this..... I am getting a State name of USA from the QueryString, with the help of a that QueryString I have to get the Names of Counties of that State, which r in a XML file on to a ListBox. My XML File looks like this AK Alaska Aleutians East AK Alaska Aleutians West ..... ..... AL Alabama Autauga AL Alabama Baldwin ..... ..... GA Georgia Campbell GA Georgia Milton How can I get only County Names of a particular State for this XML file. Suggest me an Example. I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    ASP.NET question xml help tutorial

  • Change CSS according to Browser?
    C chand10

    Hi I developed a website with CSS.It is working fine on IE(IE7). But when I browse the same thing on Mozilla, some CSS properties like Backgroung image to a Header etc. are not working fine. So can I switch to CSS between different browsers.

    I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    Design and Architecture css question

  • Problem with Header Background image?
    C chand10

    Hi I am facing a problem in CSS for Header Background url. I applied a Background-image for a Header(h1) in my page.It's working fine in IE, but it is not working in Mozilla. What all the modification I have to do to get it done in Mozilla also. My CSS for h1 is some thing like this..... #subMenu ul li h1 { position:relative; color: White; font-size:13px; padding:7px 0 8px 5px; background-image:url(menu bar2.JPG); text-transform: uppercase; margin-right:1px; } Please suggest me an example.

    I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    ASP.NET css help tutorial question

  • CheckBox in a DataGrid?
    C chand10

    Hi In my application I got two columns,one is for Serial No. other one is for CheckBox. I have get value from DataBase and fill into this DataGrid,for Serial No. I have Interger column in DataGrid and for CheckBox Tinyint.For CheckBox column in DataGrid values r 0 and 1. My problem is that I have to get both the values simultaneously, if the value in CheckBox column is 1 then the CheckBox in the DataGrid should check,if it is 0 it should uncheck. How can I get Serial No. in one column and checking of CheckBoxes in another. What shuold I use for Getting values from DataBase; DataReader or DataSet Plz suggest me an example.

    I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    ASP.NET question database help tutorial

  • Clock on Windows Form?
    C chand10

    Hi In my application I need to insert a clock. So How can I insert a running clock in my Form. Please suggest me an Example.

    I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    Windows Forms question tutorial

  • Close the window for on RadioButton's OnCheckedChanged()?
    C chand10

    Gr8!!!!! Its working. Thnx But the click event is for Button know?!

    I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    ASP.NET question javascript tutorial

  • Close the window for on RadioButton's OnCheckedChanged()?
    C chand10

    Hi My application is like this... I have a LinkButton, OnClientClick() of LinkButton opens a seperate window containing two Radio Buttons.Now on selecting any of the RadioButton the window should automatically close. I tried RadioButton1.Attributes.Add("OnCheckedChanged","JavaScript:window.close()"); But it is not working. How can I make this possible. Suggest me an example.

    I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    ASP.NET question javascript tutorial

  • How to remove a domain cookie ?
    C chand10

    Hi When u r entering to other site, u first check for that cookie and remove it.

    I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    ASP.NET question help tutorial com

  • Handle the Back Button in Browser?
    C chand10

    Hi In my application their is a situation where I have to Handle the Back Button of the Browser, I have to either 1.Disable the Back Button for that page or 2.Redirect the current page to LoginPage. How can I do both the ways. Suggest me an example.

    I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    ASP.NET question tutorial

  • Multiline in a Label?
    C chand10

    Ohhh!I think u did not get my Question. I am not asking, How to insert a BreakLine Tag. I am asking, How to SPLIT a Large sentance(a single record from the table) to some lines coming from DataBase before giving it to the Label, so that the record is displayed as a paragraph in the lable not as a sentence. Anyway thank u for u r reply

    I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    ASP.NET question tutorial

  • Multiline in a Label?
    C chand10

    Plz suggest me an example.

    I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    ASP.NET question tutorial

  • Multiline in a Label?
    C chand10

    Thank for replying. How can we insert a
    in between a text which is coming directly from Database. I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu

    ASP.NET question tutorial
  • Login

  • Don't have an account? Register

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