13,153 Topics

Member Avatar for
Member Avatar for sonakrish

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

Member Avatar for walflo
0
2K
Member Avatar for yash_code

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

Member Avatar for MARKAND911
0
227
Member Avatar for phadalemadhuri

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 …

0
113
Member Avatar for HunainHafeez

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 ?

Member Avatar for HunainHafeez
0
77
Member Avatar for johnroach1985

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

Member Avatar for chezderon
0
228
Member Avatar for HunainHafeez

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 …

Member Avatar for HunainHafeez
0
97
Member Avatar for pmondal47

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

Member Avatar for pmondal47
0
203
Member Avatar for HunainHafeez

i have a signup form which needs user to submit his academic information also. academic info table in database is like this : tbl_acadinfo ![tblacademic](/attachments/small/3/tblacademic.jpg "align-left") now how would i fill this table via asp.net (as a part of signup form with title ACADEMIC INFO) ? bcz educationlevels are many …

Member Avatar for HunainHafeez
0
187
Member Avatar for nickg21

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 …

Member Avatar for kkunodziya
0
261
Member Avatar for Begginnerdev

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 …

Member Avatar for Begginnerdev
0
229
Member Avatar for icedome

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

Member Avatar for G_Waddell
0
218
Member Avatar for crazydevelopervish

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 …

Member Avatar for crazydevelopervish
0
139
Member Avatar for Jake.20

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 …

Member Avatar for Jake.20
0
295
Member Avatar for HunainHafeez

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 ?

Member Avatar for HunainHafeez
0
102
Member Avatar for HunainHafeez

i am done sign up form in asp.net but the problem is that how to put "captcha" facility in it ?

Member Avatar for HunainHafeez
0
85
Member Avatar for HunainHafeez

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 ?

Member Avatar for HunainHafeez
0
189
Member Avatar for maxpaine69

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?

Member Avatar for maxpaine69
0
86
Member Avatar for HunainHafeez

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 …

Member Avatar for HunainHafeez
0
106
Member Avatar for HunainHafeez

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

Member Avatar for HunainHafeez
0
114
Member Avatar for HunainHafeez

can i send Email via local host ? if have email class and every necessary elements. in php its not allowed . but in asp.net ?????

Member Avatar for HunainHafeez
0
78
Member Avatar for HunainHafeez

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

Member Avatar for HunainHafeez
0
149
Member Avatar for Village Idiot

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 …

Member Avatar for cristine.y07
0
221
Member Avatar for narsimhareddy

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

Member Avatar for abhishekabhi
-1
161
Member Avatar for HunainHafeez

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 …

Member Avatar for HunainHafeez
0
122
Member Avatar for Gaving30

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 …

Member Avatar for Gaving30
0
814
Member Avatar for MohdDilshad

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

0
61
Member Avatar for Jigs28

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

Member Avatar for Jigs28
0
252
Member Avatar for nosajbiboy.talan

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

Member Avatar for MohdDilshad
0
936
Member Avatar for HunainHafeez

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 ?

Member Avatar for JorgeM
0
108
Member Avatar for ponkan20

hi~ im developing a system now for my thesis, and one of its features is, in payroll module the system will automatically sends a msg to the users registered phone number that they can now claim their pay the same with the payment module the user/customer will authomatically receive a …

Member Avatar for webdevdaddy
0
81

The End.