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

amit2011

@amit2011
About
Posts
48
Topics
27
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • project on AI
    A amit2011

    i am final year computer science enginner student.i wamt to undertake a project on AI.can anyone tell me which IDE is best for AI. also please provide me with the links to useful threads regarding projects on AI.i am a begineer,and i dont know much about AI domain. Thanks a Lot. Regards.

    IT & Infrastructure visual-studio

  • session extend on multi pages
    A amit2011

    dear Parwej Ahamad do tell he how to do it.. thanx..

    ASP.NET csharp visual-studio help

  • session extend on multi pages
    A amit2011

    i am using Visual Studio 2005 with C#. i want to know if it is possible that the value of a Session in a textbox can be extended on more than one page. ex. Session["x"]=Textbox1.Text; this session "x",i want to use in many pages. pl help

    ASP.NET csharp visual-studio help

  • unbound RadioButtonList Selected Item problem
    A amit2011

    Thanx Paddy..my problem was solved...

    Database help csharp database visual-studio

  • unbound RadioButtonList Selected Item problem
    A amit2011

    dear paddy .. this is my Source Code for the Page-- "<%@ Page Language="C#" AutoEventWireup="true" CodeFile="searchstops_1.aspx.cs" Inherits="searchstops_1" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- Design by Free CSS Templates http://www.freecsstemplates.org Released for free under a Creative Commons Attribution 2.5 License Name : Monoblock Description: A two-column, fixed-width design with dark color scheme. Version : 1.0 Released : 20080418 --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>DTC_Services</title> <meta name="keywords" content="" /> <meta name="description" content="" /> <link href="style.css" rel="stylesheet" type="text/css" media="screen" /> <script language="javascript" type="text/javascript"> <!-- function content_onclick() { } // --> </script> </head> <body> <form id="form1" runat="server"> <div id="header" style="width: 1202px"> <div id="logo"> </div> <br /> <br /> <br /> <br /> <br /> <br /> <asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Size="X-Large" ForeColor="Black" Style="z-index: 100; left: 39px; position: absolute; top: 23px" Text="DELHI TRANSPORT CORPORATION"></asp:Label>         <br /> <asp:Image ID="Image2" runat="server" ImageUrl="~/PICS/logo1.gif" Style="z-index: 101; left: 1014px; position: absolute; top: 31px" />  <br />   <br /> <!-- end #search --> <br /> </div> <!-- end #header --> <div id="menu" style="width: 1202px">      <br />             <strong><span style="color: #ffffcc"> <span style="font-size: 14pt; font-family: Verdana"><a href="home.aspx">Home </a>        <a href="home.aspx">Services Offered </a>          <a href="home.aspx">Apply for DTC pass</a>  

    Database help csharp database visual-studio

  • Unbound RadioButtonList Selected Item Problem
    A amit2011

    i m using Visual studio 2005 with c#.here i am having a problem that i have a RadioButtonList which retrives data from sql datasource. it displays the Items correctly.Now when i try to display the SelectedItems on a label i get an error.kindly help me m stuck..m a student a really new to it.please help..thanx a lot... DETAILS OF PROBLEM IS AS FOLLOWS: the error i am getting on browser page is :- "Server Error in '/Website_dtc' Application. -------------------------------------------------------------------------------- Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. " the RadiobuttonList is databound as follows- "RadioButtonList1.DataSource = ds.Tables["temp1"]; RadioButtonList1.DataTextField = "buses"; RadioButtonList1.DataValueField = "buses"; RadioButtonList1.DataBind(); " the RadiobuttonList Item is selected as:- " protected void Button1_Click(object sender, EventArgs e) { lbltemp.Text = RadioButtonList1.SelectedItem.Text; } " Winning isn't everything,its the ONLY thing.

    C# help csharp database visual-studio sysadmin

  • unbound RadioButtonList Selected Item problem
    A amit2011

    the error i am getting on browser page is :- "Server Error in '/Website_dtc' Application. -------------------------------------------------------------------------------- Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. " the RadiobuttonList is databound as follows- "RadioButtonList1.DataSource = ds.Tables["temp1"]; RadioButtonList1.DataTextField = "buses"; RadioButtonList1.DataValueField = "buses"; RadioButtonList1.DataBind(); " the RadiobuttonList Item is selected as:- " protected void Button1_Click(object sender, EventArgs e) { lbltemp.Text = RadioButtonList1.SelectedItem.Text; } "

    Database help csharp database visual-studio

  • unbound RadioButtonList Selected Item problem
    A amit2011

    i m using Visual studio 2005.here i am having a problem that i have a RadioButtonList which retrives data from sql datasource. it displays the Items correctly.Now when i try to display the SelectedItems on a label i get an error.kindly help me m stuck..m a student a really new to it.please help..thanx a lot...

    Database help csharp database visual-studio

  • Unbound RadioButton List selected Item
    A amit2011

    i m using Visual studio 2005.here i am having a problem that i have a RadioButtonList which retrives data from sql datasource. it displays the Items correctly.Now when i try to display the SelectedItems on a label i get an error.kindly help me m stuck..m a student a really new to it.please help..thanx a lot...

    Visual Studio help csharp database visual-studio

  • auto positioning of button after Radio Button list
    A amit2011

    i am working on Visual Studio 2005.i want to place a button after a RadioButtonList.As the RadioButtonList retrives data of varialbe sizes,i am not able to fix the position of the Button just below the RadioButtonList. Please could any of u tell me the setting for the same. Thanx in advance..

    Visual Studio csharp visual-studio help

  • [Message Deleted]
    A amit2011

    thnanx a lot friends..my problem was solved..

    ASP.NET

  • Importing data items from text files in a table.
    A amit2011

    i am working on SQL Server 2005(SQL Server Management Studio 2005).i want to ask that how can i import data from a text file into the table.i am really new to it,so please explain it in detail.. thanx..

    Database database sql-server sysadmin question

  • [Message Deleted]
    A amit2011

    hey please tell me the exact orderby query... thanx..

    ASP.NET

  • alphabetical ordering of items in DropDownList
    A amit2011

    i am working on Visual Studio 2005 n SQL server 2005.i have written some data value in random order in a table,now i want that,when i access that table in a DropDownList then those values should appear in ALPHABETICAL ORDER... kindly help..thanx a lot..

    Visual Studio csharp database sql-server visual-studio sysadmin

  • [Message Deleted]
    A amit2011

    [Message Deleted]

    ASP.NET

  • Data in Alphabetical order
    A amit2011

    i am working on Visual Studio 2005 n SQL server 2005.i have written some data value in random order in a table,now i want that,when i access that table in a DropDownList then those values should appear in ALPHABETICAL ORDER... kindly help..thanx a lot..

    Database csharp database sql-server visual-studio sysadmin

  • Visual Studio 2005,SQL Data source configuration problem
    A amit2011

    after what u told..i am able to get in the "ServerName", (PC_Name\SQLEXPRESS).. when i select it i am able to get the Databases. Initialy in Sql Server 2000, i uesd to set "ServerName" as (.)dot. can i use the (PC_Name\SQLEXPRESS) as my servername? how will it effect my funtionalities..? thanx

    Visual Studio database help csharp sql-server visual-studio

  • Visual Studio 2005,SQL Data source configuration problem
    A amit2011

    i did that as well..but i still cant find the databases in that DropdownList of "Databases"..?? please help..

    Visual Studio database help csharp sql-server visual-studio

  • Visual Studio 2005,SQL Data source configuration problem
    A amit2011

    ya i found it..tell me if i have to set the"SQL SErver Browser " to Automatic..?? thanx

    Visual Studio database help csharp sql-server visual-studio

  • Visual Studio 2005,SQL Data source configuration problem
    A amit2011

    i am using windows Vista home..i am in Control Panel,but there is on Option for "Services"..??

    Visual Studio database help csharp sql-server visual-studio
  • Login

  • Don't have an account? Register

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