13,153 Topics

Member Avatar for
Member Avatar for vijay428

Hi, this is vijay i have a calender control in that i want to add two dropdownlists for year and month based on selection of month and year calender must be changed, and in the year drop down if i select 2002 upto 2002 years only visible in the drop …

0
51
Member Avatar for C#Novice

Hi , I have a Questionnaire form in my application, which i am developing using C# & ASP.NET. The form should have a fixed number of main questions (8) and each main Question has a number of sub questions (say 6). I created a repeater to accomplish this. SOme Main …

Member Avatar for C#Novice
0
115
Member Avatar for Stivi

Hi, Is there some way how to repalce "Enter" character on the end of line (for example in the textBox) with HTML tag </br>, so I can use it then in Literal? Steve

Member Avatar for navyjax2
0
189
Member Avatar for iiui
Member Avatar for HarryUS11

am using a grid view in my application. and putting the data directly from the other text box control. i am not using any database. it keeps on adding the data one after another in next rows if the data changes. now, i want to delete a row from the …

Member Avatar for Kusno
0
73
Member Avatar for rajkishore

hi all, can anyone please tell me how to add images which are in subdirectory of application directory to an image control. i created an subdirectory called [B][U]'images'[/U][/B] in application directoy, and my application directory exists in [B][U]d:\raj\aspcoding\addphotox[/U], [/B]and now i added an image contol to the form , and …

Member Avatar for dickersonka
0
59
Member Avatar for sudhakary_rao

i am having dropdownlist in gridview.i am retrieving values from database in dropdownlist.when i select from tht particular item from dropdownlist,i have to identify tht paricular row

0
53
Member Avatar for adityakiran.m

:) hai can any one help me that how we can display values in a repeater from the database in c#

Member Avatar for adityakiran.m
0
120
Member Avatar for kayeri

hi please help me out ot on this how can i create attacment so that someone can attach a document when submiting a form

Member Avatar for dickersonka
0
40
Member Avatar for plugsharma

Hello there, I have a page. In its left side selection controls and right side one iframe. The user has to select from controls from left side and submit the form. In button click function calling the iframe and loading another .aspx page to display crystal reports The report page …

Member Avatar for plugsharma
0
170
Member Avatar for bhavna_816

I am working with Silverlight website with released version 2. I have created a website with have some xaml pages, I want to show contents dynamically it might be aspx page or simple html page, contents of which can be loaded on the xaml page at runtime on a button …

0
68
Member Avatar for ansari.wajid

Hi All I am getting problem in putting text at the cursor location in freetext box which is place in a Place holder and . My code is as follows: [CODE] <select name="ddlPlaceHolders" onchange="FTB_API['ctl00_ContentPlaceHolder1_ftbMailText'].InsertHtml (ddlPlaceHolders.options[ddlPlaceHolders.selectedIndex].text);"> <option value="<!FN>">First Name</option> <option Value="<!LN>">Last Name</option> <option Value="<!EM>">Email</option> </select>[/CODE] the statement [CODE]"FTB_API['ctl00_ContentPlaceHolder1_ftbMailText'].InsertHtml (ddlPlaceHolders.options[ddlPlaceHolders.selectedIndex].text);"[/CODE] is working …

0
77
Member Avatar for IT_Techno

hi i have created application that uploaded files (.zip, .doc, ... any type ) to file system and then i have create another code to download the files but i need so have the option to open also the file if i do not need to save it on my …

Member Avatar for LizR
0
190
Member Avatar for kapil.tandon

[code=aspnet] private void AddRecordToGrid() { try { datatable dt = new datable(); if (Session["SampleDataTable"] == null) { dt.Columns.Add(new DataColumn("ID", typeof(string))); dt.Columns.Add(new DataColumn("Qtr", typeof(string))); dt.Columns.Add(new DataColumn("Exp", typeof(string))); dt.Columns.Add(new DataColumn("Partner", typeof(string))); dt.Columns.Add(new DataColumn("Net", typeof(string))); dr = dt.NewRow(); } else { dt= (DataTable)Session["SampleDataTable"]; } dr = dt.NewRow(); if (dr.IsNull(0)) { //dr = dt.NewRow(); …

0
71
Member Avatar for doel.jangkrik

I have problem with datatypes. When I use the text datatype on SQL Express, I get "The data types text and nvarchar are incompatible in the equal to operator." error. Wwhen I set my variables to "varchar" or "nvarchar", I don't get an error, but my update command does not …

Member Avatar for dickersonka
0
87
Member Avatar for julseypart

Hi, i am trying to find a good final year project to do which is relevant to the modules im studying and course (bsc software development). I've thought of making an Online Backup Application / Manager which would facilitate the storing of files online with various other functions such as: …

Member Avatar for peter_budo
0
132
Member Avatar for BoogyB
Member Avatar for brianmaddox
0
137
Member Avatar for kaushik259106

Hello all, I am trying to do something like this.I have did this before with C# and asp.net but it was long back and currently am not able to recall anything similar. This time i need to make it work with [B]vb.net and ASP.net[/B] I want that only a administrative …

Member Avatar for brianmaddox
0
105
Member Avatar for jayzinho88

Hi, I have an emergency. Over the past few weeks I have been helping a developer at our company develop a web application for use on the intranet. All I was doing was some basic css to create the look & feel. However, since then the developer has left the …

Member Avatar for dickersonka
0
75
Member Avatar for bigbadowl

Hi All I have following code running on Vista Business under IIS7. It works, but is incredibly slow (about 20+ seconds). I have the same code in Java and it's instant. It appears to be the line "int bytesRec = sender.Receive(bytes);" that is the killer I'm very new to ASP …

Member Avatar for dickersonka
0
1K
Member Avatar for web developer

Hello all , I face a problem these days in converting my application into divs. Datalist is rendered as a table tag. To Avoid that i made RepeatLayout="Flow". It worked fine ( rendered as span) , but it looks to ignore RepeatColumns Attribute; All records have one column. And it …

Member Avatar for serkan sendur
0
63
Member Avatar for gvaughn44

Hello, I am somewhat new to web programming so there may be a simple solution that Im not aware of...I have a masterpage set up with a Header, Footer and side content. I also have the main content div that is set to a max height of 650px. I have …

Member Avatar for gvaughn44
0
64
Member Avatar for kapil.tandon

hii, i m developing an application n i am using the list box control. i hv allowed that multiple items can be selected. now what i want when the user selects a particular item , a popup or any control should open that allow user to enter the amont related …

Member Avatar for edejonge
0
186
Member Avatar for moiseszaragoza

[CODE] Response.Write(MoviePayedDate) '11/3/2008 9:32:15 AM Response.Write("<br> -" & Now)'11/3/2008 9:37:31 AM Response.Write("---------------") Response.Write("<br>" & DateDifference)' HOW do i get this? [/CODE]

Member Avatar for dickersonka
0
131
Member Avatar for doel.jangkrik

[code] protected void btnAdd_Click(object sender, EventArgs e) { string connectionString = "Data Source=localhost\\sqlexpress;Initial Catalog=JobApplication; Trusted_Connection=True; Integrated Security=True"; SqlConnection mySqlconn = new SqlConnection(connectionString); mySqlconn.Open(); string query = "INSERT into JobVacancy(JobName, BriefDesc, FullDesc, ClosingDate) VALUES (@jobtitle, @briefdesc, @fulldesc, @closedate)"; SqlCommand mySqlcmd = new SqlCommand(query, mySqlconn); mySqlcmd.Parameters.AddWithValue("@jobtitle",jobtitle.Text); mySqlcmd.Parameters.AddWithValue("@briefdesc", briefdesc.Text); mySqlcmd.Parameters.AddWithValue("@fulldesc", fulldesc.Text); mySqlcmd.Parameters.AddWithValue("@closedate", closingdate.Text); …

Member Avatar for ravindransrm
0
115
Member Avatar for bharatshivram

hi, i have written some code that lets the user to upload a file to the root directory of the website. I want the file to be renamed automatically before it is being saved, how do i do this?? [CODE] using System.IO string ImagesFolder = “MyImageFolder”; string savePath; string saveFile; …

Member Avatar for reach_yousuf
0
102
Member Avatar for kapil.tandon

hi i added modal popup handler into my application the popup which enmrges out is a panel and inside the panel i added the label and correspondong to label there is one textbox(txtE1) now the problem i m facing is tht i want to write the method related to the …

Member Avatar for kapil.tandon
0
245
Member Avatar for konczuras

Hi Everyone! I have the following problem: I'm trying to create a web shop (now just the sample of it), using Visual Web Developer 2008 (Express). I've added an SQL database, and a ButtonColumn, where the button selects the line and add the datas to another database. My only problem …

Member Avatar for konczuras
0
92
Member Avatar for edejonge

Greetings All, I have a problem with a page that contains a dynamically created table and uses the modalpopupextender control. The page is designed to allow users to interact with internal postings, there are buttons that allow the user to add to the list, edit an existing item and remove …

0
50
Member Avatar for repl

Hi , I am working on an application to fetch and display the image from the video server by using asynchronous HTTPHandler. it is working fine but when 10 clients try to access the URL at the same time "Page cannot be accessed" error occurs. Can anyone help me how …

Member Avatar for dickersonka
0
61

The End.