13,153 Topics
![]() | |
I have Table named Product Have Fields as Prod_ID int Prod_Name varchar(50) Price int Image varchar(50)----save as url I have form which have one DropDownList Having Boung To Prod_ID Coloum it shows all the data from prod_Id coloumn and have one gridview... if user selects prod_ID from dropdown then it … | |
Hiii Alll I need to display a message to the user after clicking the button control. How to do this in c#.net? I could not find Msgbox() option as we hav in vb.net. can any one help me | |
# This is the code that i have used for sending an E- mail: But the E-mail sending is getting failed every time plz give your valuable suggestions to solve this problem it's Urgent thanxx.....# MailMessage mail = new MailMessage(); mail.To.Add("yash.work19@gmail.com"); mail.From = new MailAddress("yshshkl@gmail.com"); mail.Subject = "hello"; mail.Body = … | |
http://www.srisanthi.9xitsolutions.com/SBPoints/Home.aspx as per above link 1. I want to upload plotting map... 2. then i have to assign plotno to it dynamically... 3. when user take his cursor to the particular plot i have to show the description of it which i saved in db 4. those plot get book … | |
what if i have two dropdown lists.....which has list items with same values ? is it harmful ? mean list item with same values of 2 different drp dwn lists ? and what does it mean actually ? usage ? | |
Hi. I would like to add an asp.net-database web site example in the code snippets part. I was just wondering if I should post it in the C# section since it was written in C# however I must point out that I have used web.config. So it's not all C#.... … | |
I have made a sign up form which asks user to enter his personal + Academic details and EMPLOYMENT INFO, i am done with personal and academic details section and also designed EMPLOYER INFO section but as u know that it isn't necessary that every person would have employment experience … | |
hi, i want to retrieve only the second field from system datetime..how can i do that??can anyone plz help me..thanks in advance | |
i have a signup form which needs user to submit his academic information also. academic info table in database is like this : tbl_acadinfo  now how would i fill this table via asp.net (as a part of signup form with title ACADEMIC INFO) ? bcz educationlevels are many … | |
Hey Everyone, I am using the below query to try and group together values by the month of the date selected. the problem is that sometimes CTE2 will not have the same dates as CTE and those values end up omitted. Is there anyway I can just group these on … | |
Hello my fellow Daniwebers, I have a question for you. I have an asp.net page that contains a structure that looks like so: <asp:MultiView> <asp:View> <asp:UpdatePanel> <asp:Panel> <asp:TextBox ID="txtStartDate" runat="server" AutoPostBack="true" /> <asp:TextBox ID="txtEndDate" runat="server" AutoPostBack="true" /> </asp:Panel> </asp:UpdatePanel> </asp:View> </asp:MultiView> The curious problem is that I can't reference the … | |
Hi guys, Does anyone knows a way to, in .net websites, monitor how long does a user stays in your website, and how does a user stays in certain page of my website? I'm thinking of making frequent ajax calls, but I'm not sure on this. Any ideas? Cheers | |
I am working on a ShoppingCart.... I am keeping it simple .... I have One DropDownList Product_Id whose values r retrived from database.... My Table have Following Fields... Product_ID Product_Name Price Image So whenever user seelects a product_id from dropdownlist thats value gets added to the gridview which will display … | |
Greetings fellow developers i just wanna ask if this situation is possible.. i have a program that consists this forms - Registration Form - Log in Form - Admin Form The registration form is as usual a windows app, and also the admin form except log in form. When the … | |
i want to put likes button in my website, yet its running on LOCALHOST (IIS). e.g FACEBOOK like button in showing likes , google+ button etc. how ? | |
i am done sign up form in asp.net but the problem is that how to put "captcha" facility in it ? | |
i want to put likes button in my website, yet its running on LOCALHOST (IIS). e.g FACEBOOK like button in showing likes , google+ button etc. how ? | |
Hi all i am doing a littl chat page for a internal site, but what i really whant to kno is how do i refresh all the users on tha chat page? | |
In my registeration form i have fields named country and city. I want that i select a country lets say USA then city field should show all the cities in USA. i know that i have to put all the cities in Database and then bind it to dropdown box … | |
anyone plz help me with it...... i have a signup form in asp.net but the only thing left the facility to upload files to page (server) from hdd e.g pdf, docx, .jpg etc. now i am using localhost. how to do it ? ? | |
can i send Email via local host ? if have email class and every necessary elements. in php its not allowed . but in asp.net ????? | |
i want to execute Store procedure via asp.net code, behind submit button, (SIGNUP) and also for login . how should i run store procedure ? and store procedure is in DB(sql). | |
I am fairly new to asp.net, I am trying to connect to a sql (mysql prefferably) database, it must be using C#. I have been searching all of yesterday and today, I cant figure out how. Could someone help me here (if this has been asked, please point me to … | |
hi.....goodmorning to everybody, In my application if i entered a new record without using the storedprocedure can any one help me thanks in advance.... | |
i have a master page mp1.master, i need it for almost 9 pages of my website. but i have 6 pages which needs larger page height of same master page. so what should i do whith my master page ? the only hting in need in other six pages is … | |
Good morning, I am trying to pass an image from one page to another and having some difficulty. The page its is on is called Spain.aspx, it show Spanish football jerseys, it has a images in a gridview, i want users to be able to click on this any jersey … | |
<PagerTemplate> <table border="0" style="width: 100%;"> <tbody> <tr> <td> <asp:Label ID="lblPager" runat="server" Text="Label"></asp:Label></td> <td style="float: right;"> <asp:LinkButton CommandName="Page" CommandArgument="Last" ID="LnkLast" runat="server">Last</asp:LinkButton> <asp:LinkButton CommandName="Page" CommandArgument="Prev" ID="lnkPrev" runat="server">Previous</asp:LinkButton> <asp:LinkButton CommandName="Page" CommandArgument="Next" ID="lnkNext" runat="server" >Next</asp:LinkButton> <asp:LinkButton CommandName="Page" CommandArgument="First" ID="lnkFirst" runat="server" >First</asp:LinkButton> </td> <td style="clear: both"></td> </tr> </tbody> </table> </PagerTemplate> | |
How to retrive Image from DB Using and handler and Embed that image in Email, so that in future if image in DB changes so it should not affect to image which has been Mailed earlier | |
what is the problem of my code...when i view it in browser and click the button insert there is an error message saying **"Syntax error in INSERT INTO Statement** Dim myConn As OleDbConnection Dim cmd As OleDbCommand Dim sqlString, BookingDate, CheckInDate, CheckOutDate, RoomNo As String BookingDate = txtBDate.Text CheckInDate = … | |
i have records in gridview , showing results of different students, roll no. wise along with name and gpa, so i want to view detail marks sheet of each rollno. present in gridview, when i click on roll no. of any student. how ? in asp.net ? |
The End.