Quantcast
Channel: Web Forms
Browsing all 23244 articles
Browse latest View live

Arithmetic overflow for SmallDatetime

Hi,I hope someone can help, I have the following script that I am using,Dim conn As New SqlConnection(ConfigurationManager.ConnectionStrings("myConnectionString").ConnectionString) conn.Open() Dim cmd...

View Article


Visual Studio 2008 and Email Sending using VB

Im using Visual Studio 2008 with VB Coding, I want to know that how can I send an Email using VB . I will be thankfull if anyone can help me!

View Article


Multiple validationgroup in a single page - Not working

I have two sets of validation group in a single page. When I click on the button(s), it displays the error message ("required field"). However, it still processes the button click function as if the...

View Article

How to activate the child events from master page

HiI have master page,in that i am having link button "LinkButton4" for closing a page.If i click the link button it is closing the first loaded page and if i move to other pages,it is not closing.I...

View Article

how to append text on textarea

asp.net textbox by runnat="server" at client side so at server side how i append text ?<textarea id="TextArea1" cols="20" rows="20" runat="server"></textarea>code bihind is what ? when i...

View Article


MULTI USER SAVING RECORDS

Hi Everyone,I have this project that is for multi user,so, my problem is whenever multi user access my page and click the save button at the same time,both Customer Code are being saved to the database...

View Article

Speech Synthesis not working on my website

I have created a desktop application to convert TEXT to SPEECH, so i tried it on web forms but its not working. -There is 1 textBox and 1 Iframe on my page, if u put any link in textbox n hit "go"...

View Article

Problem with the path

Hi, Here is my File upload event.        protected void UploadButton_Click(object sender, EventArgs e)        {            if (FileUploadControl.HasFile)            {                try...

View Article


programming help

designation is in the database i want this to be added in if or any clauseso that if design is less than senior manager then the form approval is done through the hod and so another form would be open...

View Article


Having issue with links while opening in a new tab

Dear Team,It would be appreciated if one of you answer the douts being raised by me. The problem description is mentioned in the below.Please have a look and let me know the appropriate answers.Problem...

View Article

asp.net custom server control with collections containing themselves

 Hey I'm new to this forum and I have a problem developing an asp.net custom server control. I already asked a question on stackoverflow but i don't get any answers. So I give it a try here: Im trying...

View Article

CheckedChanged Event is not firing

I am creating a checkbox dynamically.. my checked changed event is not firing up, any ideas? Iprotected void ddlScheme_SelectedIndexChanged(object sender, EventArgs e)  { var cbAllWeeks = new CheckBox...

View Article

Radio button list postback if only a certain one is selected

Hi all,I got a Radio button list, and want to do a postback only if a certain is selected.So i can disable the next list.Maybe there is another way of achieving this?Thanks a lot

View Article


How to generate a random number in C#

I'm trying to generate a random number from 27 to 227 when a user signs up to be sent alerts on my website. I tried the random() function, but it seems to generate the same number each time. What am I...

View Article

Conditionally Hiding Menu Items

I am using asp.net with C#. The site is on the intranet and hence the first user authentication is done at the domain level for site visitor.One verifixed, I want to show / hide menu items based on...

View Article


Post data cross domain

Hi!I've tried posting this on the HTML, CSS and JavaScript section, but didn't get an answer, does any one knows if I can achieve this on server side then? Maybe using HttpWebRequest? Does it work...

View Article

ASP.net Web Site Administration Tool security tab problem

hi i have visual studio ultimate 2012 with sql server 2012 under windows 8 but i have a problem that when i going to access web site administration tool security tab which is not allow me to access...

View Article


autopopulate username and password passed on fname added in textbox

i want to create username automactically when the admin add firstname and lastname in textboxeseg if firstname is abc and lname isdef  then username should directly be populated as abcdef even i want...

View Article

Encrypt and Decrypt password in stream reader and writer Text File

 I want To Encrypt my password in text File when I write line and decrypt password in read line  For Textfile connection stringmy code is run succesfuly but not contain encrypt and decrypt my...

View Article

MVC4 Side by side with ASP.NET 2.0

Hello Everyone,I am planning to port my asp.net 2.0 application to MVC4.  Due to various kinds of restrictions I want to do this progressively. is it possible? If so, what all should I consider.Thanks...

View Article
Browsing all 23244 articles
Browse latest View live