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.
amit2011
Posts
-
project on AI -
session extend on multi pagesdear Parwej Ahamad do tell he how to do it.. thanx..
-
session extend on multi pagesi 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
-
unbound RadioButtonList Selected Item problemThanx Paddy..my problem was solved...
-
unbound RadioButtonList Selected Item problemdear 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>
-
Unbound RadioButtonList Selected Item Problemi 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.
-
unbound RadioButtonList Selected Item problemthe 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; } "
-
unbound RadioButtonList Selected Item problemi 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...
-
Unbound RadioButton List selected Itemi 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...
-
auto positioning of button after Radio Button listi 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..
-
[Message Deleted]thnanx a lot friends..my problem was solved..
-
Importing data items from text files in a table.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..
-
[Message Deleted]hey please tell me the exact orderby query... thanx..
-
alphabetical ordering of items in DropDownListi 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..
-
[Message Deleted][Message Deleted]
-
Data in Alphabetical orderi 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 2005,SQL Data source configuration problemafter 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 2005,SQL Data source configuration problemi did that as well..but i still cant find the databases in that DropdownList of "Databases"..?? please help..
-
Visual Studio 2005,SQL Data source configuration problemya i found it..tell me if i have to set the"SQL SErver Browser " to Automatic..?? thanx
-
Visual Studio 2005,SQL Data source configuration problemi am using windows Vista home..i am in Control Panel,but there is on Option for "Services"..??