473,669 Members | 2,335 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET Forum

1
1,291
thread by: rahul2310 | last post Oct 2 '14 by: Frinavale
i Am using below code in vb.net to send email using smtp Dim strmsgbody As String strmsgbody = "Your Login Deatils For SESS IS" & vbNewLine & "User Name:'" & TextBox1.Text & "'" & vbNewLine & "Password:" & TextBox2.Text & " '" Using mm As New MailMessage("rahulsankhe2310@gmail.com",...
2
1,248
thread by: Eswar520 | last post Sep 29 '14 by: Frinavale
Here iam storing all the incoming messages from different numbers in a table.here i want to store multiple messages from same numbers in a single column only.i.e Number1 Mesages1,messages2,.. Number2 Message1,message2...
3
1,328
pod
thread by: pod | last post Sep 22 '14 by: pod
Data layer to use the right connection string based on URL of page request On my computer I am developing a 3 tier Web application which I publish as two different versions, one for production and one for development purposes: IMP-PROD for production and IMP-DEV for developement. Both connect to their own database: respectively IMPDB-PROD and...
1
3,131
thread by: chidananda | last post Sep 11 '14 by: Frinavale
bool isDirty = false; void SomeInitMethod() //ie. Form_Load { textbox1.TextChanged += new EventHandler(DirtyTextChange); textbox2.TextChanged += new EventHandler(DirtyTextChange); textbox3.TextChanged += new EventHandler(DirtyTextChange); //...etc } void DirtyTextChange(object sender, EventArgs e)
3
11,872
thread by: rahulsankhe1089 | last post Sep 11 '14 by: Frinavale
i have created web application in asp.net using visual studio 2010. i did coding in vb.net. in vb.net code i used simple message box. it does not give error when i run project through visual studio but when i deploy project using internet information services it gives error when message box should pop up. message box is simple as follows ...
0
1,017
thread by: kmrahman | last post Sep 9 '14 by: kmrahman
table1---- Id name adviceno chequeno 11 abc 1 null 22 bcx 2 null 31 tex null A2093 54 yrt 3 null 52 ths null A3744 table2--- Id name alldetails_cheque 11 abc null 22 bcx null
3
1,864
thread by: rahul2310 | last post Sep 9 '14 by: rahulsankhe1089
i have designed web application using visual studio 2010. i deployed it on my home system using iis 7.5. I opened iis and then i simply clicked on import application in action tabs deploy section. Selected zip.file which was build through visual studio 2010,clicked next and the site was published and running well. When i do same process in...
2
2,017
thread by: rahulsankhe1089 | last post Sep 9 '14 by: rahul2310
I devloped asp.net web application using visual studio 2010 and deployed it using iis 7.5 express. After deployment and checked security tab in properties of deployed folder,which is in rootwww folder it does not show iusr(internet user) option. I want that option to be there. Please check the attached snap of folder properties Please help
1
1,187
thread by: Mostafa Zaki | last post Sep 8 '14 by: Frinavale
How do I fix the "reference not set to an instance of an object" error? using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data.SqlClient; using System.Configuration; using System.Data; using System.Collections;
1
1,372
thread by: anu19 | last post Sep 8 '14 by: Frinavale
How can i select a column from a grid view in asp.net? My grid view like this: DISEASE SPECIALIST1 SPECIALIST2 SPECIALIST3 AUTISM Dr.Sumaya(Neurologist) Dr.Ajay Dev(Phychologist) Dr.Durga(phychiatrist) How can i select a particular specialist?
2
3,835
thread by: rahul2310 | last post Aug 28 '14 by: rahul2310
Please i require connection strings to connect with sql server 2014 express edition. I will write connection string in web.config file. and it will be with windows authentication. I am using 64 bit operating system. I searched over internet but thouse strings are not working,i think connection string for 64 bit os are different Please its...
2
1,314
thread by: Dharmesh245 | last post Aug 28 '14 by: ZeeshanAli
In my website after i logged in the webpage is redirected to logic page after 10 sec.... i checked all my web.config file and i increase session time out to 1440 but still the problem can't be solve... so please help me to solve out...
2
10,482
thread by: Ani1 | last post Aug 28 '14 by: ZeeshanAli
In asp.net code behind page window.confirm method is used to display the confirm popup box with OK CANCEL buttons, on aspx button click based on some condition. But as per the requirement user want YES NO buttons in the confirm popup.
12
24,746
pbala
thread by: pbala | last post Aug 28 '14 by: ZeeshanAli
if I declared protected void Button1_Click(object sender, EventArgs e) { count++;
1
5,097
thread by: raksh | last post Aug 26 '14 by: Rabbit
my all code work fine on local machine but when hosted then click seach button and display (loading) landing page and get error ... Server Error in '/' Application. Cannot use a leading .. to exit above the top directory. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack...
1
1,186
thread by: Cerebral 404 | last post Aug 11 '14 by: Cerebral 404
I am an amateur programmer and have a form with many input fields (.asp text boxes) that is intended for users to submit personal information: Name, e-mail, phone number, etc. When I began applying validation to the fields (make sure phone numbers and zip codes were only numbers) and a submit button to test, the form will not clear the boxes if...
0
1,137
thread by: sanjaydotnet | last post Aug 6 '14 by: sanjaydotnet
I want to send Emails automatically for every 24 hours in Asp.net, I know we can do using windows service or SQL Server agent but we don't have service to host with database . Is there any alternative option in .net??
1
1,116
thread by: eman22 | last post Aug 4 '14 by: eman22
hello , I am using the listSearchExtender on a dropdownlist and it works fine in firefox The issue I am encountering is when I use iE8 the prompt text won't be displayed and when I start typing only one letter displayed my question : how can I fix the issue without upgrade my browser and without using the meta tag <meta...
0
1,739
thread by: bobbyearcher | last post Jul 29 '14 by: bobbyearcher
I'm not all that great at coding and I've been searching everywhere for the past couple of weeks for a remedy. I threw some code together, but am getting error codes out the wazoo. So, what I'm attempting to do is this: I built a web form (.aspx) using c# and it will be used as an order form of sorts for one of our departments. What I'm...
0
1,014
thread by: nevoda | last post Jul 28 '14 by: nevoda
my code is as below, i try many times without code behind and it never work. i even don't know how to code in code behind. i need help!! can any one help me out? gender:<asp:RadioButton ID="MaleRadioButton" runat="server" Text="Male" Value="Male" GroupName="Gender" Checked='<%# Bind("gender") %>'/> <asp:RadioButton ID="FemaleRadioButton"...
0
952
thread by: Joshua291 | last post Jul 28 '14 by: Joshua291
I am programing a Playfair Cipher and im trying to shorten this code. PLEASE HELP. If tbLetter1.Text = "I" Then tbLetter1.Text = "I/J" If tbLetter2.Text = "I" Then tbLetter2.Text = "I/J" If tbLetter3.Text = "I" Then tbLetter3.Text = "I/J" If tbLetter4.Text = "I" Then tbLetter4.Text = "I/J" If tbLetter5.Text =...
0
892
thread by: naveen5 | last post Jul 22 '14 by: naveen5
How to get the row index when the image Button is clicked?
0
1,005
thread by: yogcool | last post Jul 21 '14 by: yogcool
I create website in asp.net and used on IIS but I assign port and ip address to this perticular website eg. 192.168.43.104:88 assign in IIS And browse it successfully open in Google chrome on my Laptop But I want to access it on my android device through wifi hotspot. Please fast........ Currently I am working
0
920
thread by: sbatchaksa | last post Jul 16 '14 by: sbatchaksa
How to write this select query in asp.net code behind DECLARE @calls_table TABLE ( ID INT , Division CHAR(1) , VARCHAR(50) ) INSERT INTO @calls_table

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.