13,153 Topics
| |
hi,i want to insert booking_no as combination of year and sno(year/sno) into database here iam giving the code as follows,,,,,,,,, here sno started from 1......... [CODE] Dim conn As New SqlConnection(ConfigurationManager.ConnectionStrings("guest1").ConnectionString()) Dim booking_no, sno As String If Len(sno) = 1 Then sno = "0000" + CStr(sno) End If If Len(sno) … | |
Which is the better in asp.net and JSP?why? plz list me all reason. | |
Hey, Can anybody give me the code to find Serach on text written by user in textbox? | |
hello All, Here I am having problem to create run time progres bar in asp.net.Can anybody able to reply to me to create run time progressbar like gmail website.. I have developed progress bar static.,not on Time required to page load.so plz, reply me How i can developed and find … | |
Hello sir, I tried with this code it is running well but I am not getting mail in my account with this code, even this code is not giving any error. Is there any problem?? Please help me. | |
Hi, i hava a dropdownlist in asp.net mvc page. On selecting particular select item from dropdownlist i have made an ajax post request to the controller method that returns me the result. Everything is working fine. i also get the required result. But the problem is how shall i extract … | |
I am currently doing a college project and I can not get a certain area to work. I want to call values from my SQL DB to my asp web screen. I want the values to correspond with a Date and a Staff Number Dropdown List. I have tried several … | |
Hi. I'm new to ASP.net and I'm having a bit of trouble with loading information in from web.config. I've stored my database connection in the web.config and the rest of the code is in my code behind file. Here is the code behind file followed by the web.config extract. The … | |
Hai,I am trying to connection using web.confing in connectionstring element and i have written below code in connectionstring element in [CODE] <connectionStrings> <add name="DB1" connectionString="Data Source=DEV5\\SQLEXPRESS;Initial Catalog=icondatabase;Integrated Security=True" /> </connectionStrings>[/CODE] And in the .aspx.cs file (in Load_page)i have written below code [CODE] string connection= ConfigurationManager.ConnectionStrings["DB1"].ToString(); SqlConnection cn = new SqlConnection("connection");[/CODE] … | |
Please any one explain me how to send an email to my own account in asp.net. i.e; whenever user fillup's the contact us form and click's on submit button the information should be mailed to website owners mail address. | |
Hello, Everybody ...!! I have query regarding ASP.NET. i want make one aspx page in which can upload an image. and want to use different types of tools which is supported by asp.net for upload an image and store in database which provide some validation like not 2 MB photo … | |
can you kindly help me load my gridview with data from appsetings.xml . the gridview must have the following three columns(key,value and description) here is my appsettings.xml. [code] <?xml version="1.0"?> <configuration> <Global> <FromEmail value="test@uiplay.com" description="From Email Address Name" /> <AdminEmail value="cmckowen@gmail.com" description="Admin Email Used for Admin Test and Unsubscribe Comments" … | |
hello friend i need to insert my text box into webpage using asp.net in c# language giving the codin for sql database and which tools are used in webpage and pls say the changes in properities of text boxes. | |
Hi!!! I am developing an intranet web project using asp.net c# 2008 and i want to integrate crystal report XI, I wonder if anybody here have this two programs working correctly because i have two days trying to fix it, i have read a lot of posts nothing help. anyway … | |
Having problems with connecting to an Oracle database, getting an error : Unrecognized attribute 'providerName' - Defined in web config : [<add key = "connection" value="Provider=MSDAORA;Data Source=TNSnames definition;Persist Security Info = True;Password=pass;user id =userid;" providerName="System.Data.OleDb"/>] program imports: [Imports System.Data.OracleClient Imports System.Data Imports System.Data.OleDb Imports System.Configuration Imports System.Object] help please...:0) | |
hi iam insert the data into data base at run time through grid view ..... here iam write the coding but there is no errors......... here the problem is the grid view is can't be displayed at run time........... pls help me very urgent.... here my coding is given below.......... … | |
hi iam gettin error like........ "The DataSourceID of 'gridview1' must be the ID of a control of type IDataSource. A control with ID 'SqlDataSource' could not be found." here my coding is given below.......... [CODE] <asp:GridView ID="gridview1" runat="server" AutoGenerateColumns="False" DataSourceID="SqlDataSource" DataKeyNames="gp_no" ShowFooter="true" > <Columns> <asp:TemplateField HeaderText="gp_no"> <ItemTemplate> <%#Eval("gp_no")%> </ItemTemplate> </asp:TemplateField> … | |
hi pls tell me this command is correct or not..... if wrong give me the correct command....... [CODE] "insert into guesthouse(status) values ('C' where (date_of_arr <= getdate() and date_of_dept<=getdate()) or 'O' where(date_of_arr <= getdate() and date_of_dept >= getdate() or 'S' where (date_of_arr >= getdate() and date_of_dept >= getdate()") [/CODE] here … | |
hi to all, anybody know MVC mens what and how to use it in asp.net..? | |
hi iam using to insert data into database by using gridview,,,,, i have coding in c#.net please convert this code into vb.net here my coding is given below [CODE] using System; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Collections.Generic; using System.Data; using … | |
hi, in my application i fetching the outlook contact from my system, it is working fine in the my system (local) it is fetching all my outlook contacts but. when i uploaded in the server i am getting this error. i added the reference of microsoft outlook but it is … | |
Hi! I'm using C# and SQL Server. I need to take data from one table, display it to the user, allow the user to modify anything, and then when they click save, have the record added to a new table and deleted from the old. I have the first table … | |
hi.. i just wanted to know how can we create an installer for a website with the required packages in the same. the installer should check the host system for the requires softwares like .net framework or iis n etc. & if its not available then it should install the … | |
Hi All We have developed a Web based Information management system using VS 2008 and SQL 2005. The application is being run on Intranet where the application server and database server are separate. The maximum number of people who access the application on the intranet simultaneously would be 50-78. However … | |
Hey frenzz I wanna make a Web content filter as my project. I have been looking for some help from past one month. I want ur help in making my project. Please help me explaining about its implementation or provide me with some links If u can. Any kind of … | |
Hello, I am using the Visual Studio Web Developer 2008 for programming in VB.NET and i have some problems: 1. Sometimes it stops highlighting the text. 2. Is there an option to refresh the Intellisense of the page? 3. When i am including files to my page, its say variable … | |
i need to kno urgently wht r d minimum hardware and software requirements for installing asp.net 2.0 | |
hey, my name is venkatesh and m an final yr information science student. i needed some help for ma project.I wanted to know how can i access all the errors generated by the OS.I wanted to make an .NET application that reads out all those errors..do you think its possible??? … | |
| I recently implemented an enterprise portal web application in ASP.NET for a client. The main requirement for this portal was to have Single-Sign-On links to other intranet web applications. After much debate, self-searching (sometimes soul searching..) I implemented an SSO mechanism which is technology independent and would work fine with … |
hi iam written the update commands very strengthly........ please short them..... here my commands are....... [CODE] conn.Open() Dim insert1 As New SqlClient.SqlCommand("update guesthouse set check= 'C' where (date_of_arr >= getdate() and date_of_dept >= getdate()) ", conn) Dim insert2 As New SqlClient.SqlCommand("update guesthouse set check= 'O' where (date_of_arr <= getdate() and … |
The End.