13,153 Topics

Member Avatar for
Member Avatar for kanuri1

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) …

Member Avatar for Pari13
-1
60
Member Avatar for Pari13
-1
76
Member Avatar for Pari13
Member Avatar for padtes
0
73
Member Avatar for Pari13

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 …

Member Avatar for Pari13
0
95
Member Avatar for sohil.shivani

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.

0
475
Member Avatar for nccsbim071

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 …

0
109
Member Avatar for evanguiton

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 …

0
73
Member Avatar for Ninjabear

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 …

Member Avatar for Ninjabear
0
920
Member Avatar for Pari13

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] …

Member Avatar for Pari13
0
106
Member Avatar for sadashivpalde

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.

Member Avatar for kvprajapati
0
32
Member Avatar for john_beginner

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 …

Member Avatar for john_beginner
0
152
Member Avatar for owenshiri

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" …

Member Avatar for owenshiri
0
83
Member Avatar for manojbe

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.

Member Avatar for kvprajapati
0
26
Member Avatar for jbisono

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 …

Member Avatar for jbisono
0
103
Member Avatar for Dukester

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)

Member Avatar for apegram
0
73
Member Avatar for kanuri1

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.......... …

Member Avatar for chandru7
0
104
Member Avatar for kanuri1

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> …

Member Avatar for reach_yousuf
0
89
Member Avatar for kanuri1

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 …

Member Avatar for reach_yousuf
0
59
Member Avatar for sakhi kul

hi to all, anybody know MVC mens what and how to use it in asp.net..?

Member Avatar for Ramesh S
-1
97
Member Avatar for kanuri1

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 …

Member Avatar for vimalrasa
0
99
Member Avatar for sasidhars

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 …

Member Avatar for kvprajapati
0
78
Member Avatar for bonnysammy

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 …

Member Avatar for padtes
0
141
Member Avatar for love_dude1984

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 …

0
58
Member Avatar for alokk2700

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 …

Member Avatar for sknake
0
68
Member Avatar for sehsa6

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 …

Member Avatar for sehsa6
0
108
Member Avatar for royshoa

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 …

0
49
Member Avatar for dimple rohara
Member Avatar for kvprajapati
0
58
Member Avatar for venky9589

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??? …

Member Avatar for venky9589
0
94
Member Avatar for vsejpal

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 …

0
64
Member Avatar for kanuri1

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 …

Member Avatar for vizy
0
112

The End.