12,085 Topics

Member Avatar for
Member Avatar for jobojo

Learning about asp.net slowly, but surely. I have a question for those much more experienced than I. How do I make one of the items in my checkboxlist automatically selected upon page load? The items in my checkboxlist come from a SQL DB and I want one of the fields …

0
99
Member Avatar for SteboCSC

I have a SQL database that I use, tor the information within my chart. The SQL query populates 5 gridview controls for each week. Each Gridview control contains Total amount and the weekday name. I populate the charts series from each gridview. The X axis is set for the weekdays …

0
54
Member Avatar for nickg21

Hey everyone, What i'm doing is building a step through form that will basically store relational keys between databases. I begin by storing Information about the individual asking about the program, I then want to query the table this was stored in to get the Unique ID that is being …

Member Avatar for nickg21
0
154
Member Avatar for Saima_Khan

Is it possible to make ASP.NET web based ? i m trying to do so. so, please let me know if it is possible. thanks.

Member Avatar for hericles
0
92
Member Avatar for adobe71

My asp.net Page contains a panel,panel contains gridview with both scroll bars eg: horizontal and vertical.How to print only whole panel content using javascript or another method.

0
73
Member Avatar for jcdisciple

I have an application that I modified from [url]http://offbeatmammal.com/upload_resize.aspx[/url] Can someone show me how to convert the vbscript UPDATE Query at the end to a DOT NET????? [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <%@ Page Trace="False" Language="vb" aspcompat="true" debug="true" validateRequest="false"%> <%@ Import Namespace=System.Drawing %> <%@ …

Member Avatar for hericles
0
211
Member Avatar for OldtimerITGeek

I am trying to do inline SQL Inserts & Updates within my ASP. When I go to the Master Page and validate the SQL I am getting The Multi-part identifier not bound on all of my TextBox and data entry fields on the panel that I am using in the …

0
43
Member Avatar for atplerry

I am an intermediate in application development, I Use ASP.Net VB.Net Haven read tutorial on connection to the domain, i still cant connect to the domain to search user's Information and retrieving data from the AD i have read number of tutorial this are the link for: 1. [url]http://www.codeproject.com/KB/system/active_directory_in_vbnet.aspx[/url] 2. …

0
73
Member Avatar for nickg21

Hey everyone, I'm fairly new to .Net and I am just starting to write some queries to begin using my database files, and I keep running into these errors. I have stepped through numerous tutorials and reference guides and still cannot seem to get things working properly. Basically I have …

Member Avatar for nickg21
0
168
Member Avatar for Mohammed Saeed

In my company, we have a big excel sheet that we use it as a data entry. This matrix is filled with the data by many employees. each employee is required to fill specfic cells in that data entry. Now, we want to automate this matrix by developing a web-based …

Member Avatar for vistriv5
0
251
Member Avatar for riya_developer

Hello........ I have my my own localhost link.. [url]http://localhost:3965/Survey/SurveyPreview/105[/url] But it can not work in all computers... How to make this link general...that from all computers it can be opened...

Member Avatar for urtrivedi
0
97
Member Avatar for nelly89

i have a problem why this code did not function?? [CODE]Protected Sub GVPaparTugasan_RowDataBound(ByVal sender As Object, ByVal e As GridViewRowEventArgs) If e.Row.RowType = DataControlRowType.DataRow Then Dim litPurata1 As Literal = DirectCast(e.Row.FindControl("litPurata1"), Literal) Dim litJumlah1 As Literal = DirectCast(e.Row.FindControl("litJumlah1"), Literal) Dim Tugasan1 As Double = Convert.ToDouble(DataBinder.Eval(e.Row.DataItem, "Tugasan1")) Dim Tugasan2 As Double …

0
81
Member Avatar for PhatBEAT

Hi guys, I’m a new to web programming. I am learning ASP.NET in VS2010 and PHP in Netbeans, using XAMP. I’m having problems debugging my tutorials because they both use [url]http://localhost[/url]. When I try to run VS2010 code, I get some error, apparently because [url]http://localhost[/url] is assigned to XAMP. I’m …

Member Avatar for pritaeas
0
253
Member Avatar for jacob21

Sir How can generate invoice system for airline, ralways(traveller) etc in asp.net and what is site for invoice system templates.. plz help me...........ASAP

Member Avatar for hericles
0
69
Member Avatar for solomon_13000

I have an abstract class and two sub classes. Can asp.net ensure that each subclass has a unique ID when a record is created. For example: [CODE] Sub Class #1 1 3 Sub Class #2 2 4 [/CODE] Your help is kindly appreciated. Thank You.

Member Avatar for hericles
0
106
Member Avatar for nelly89

hai everyone, i have a problem when i want to update from gridview the error message is display Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about …

Member Avatar for nelly89
0
233
Member Avatar for lubnafiroze

i have a database named "tbname". i have to enter the employee id in front end (asp.net) and search tht id in data base and print the result in front end...

Member Avatar for jbisono
0
50
Member Avatar for lubnafiroze

i have a database named "tbname". i have to enter the employee id in front end (asp.net) and searcg tht id in data base and print the result in front end...

0
20
Member Avatar for nickg21

Hello, The issue that I am having right now is that I have a multiview form that steps through gathering information from the user and depending on the information selected, some fields are displayed/hidden in other views of the form. Basically, what is going on is that I have a …

Member Avatar for MeSampath
0
266
Member Avatar for compulove

I created a browse button and it will allow the user to either open or save a file to their directory, but the problem I am having is how to be able to view the path location in a textbox so the user can see where they saved it... here …

0
118
Member Avatar for Rajucb

sir i have using asp.net to create login form by using c# language. i have created one table i,e Registration table. in that username and password are the atributes. the problem is while am going to register new user the given data is not inserted into table and while am …

Member Avatar for hericles
0
103
Member Avatar for jacob21

Hi I am new to asp.net/c#.i am trying to send email. Its working fine in some servers but getting below error on one server. Acc. to my understanding its due to config file.Is it possible 2 config file in single project. Need suggestions. Compilation Error Description: An error occurred during …

Member Avatar for jacob21
0
126
Member Avatar for nickg21

Hey everyone, I'm fairly new to ASP.Net and VB, but I have been learning pretty well. I have created a loop to go through one "View" section of a MultiView step form, and find which checkboxes have been checked. Depending on the boxes checked, I am trying to create new …

Member Avatar for crishlay
0
201
Member Avatar for uhgarrett24

I have completed the attached project. I used Visual Studio 2010 to do this project. I can view the website just fine when I am in VS 2010, but when I upload the files to a web server and try to view to main page, I get error messages. Please …

Member Avatar for crishlay
0
82
Member Avatar for mrjimoy_05

How can I replace the text of a label control contained in a formview? I've tried to use the code below: [CODE]Protected Sub FormViewNews_DataBound(sender As Object, e As System.EventArgs) Handles FormViewNews.DataBound Dim pagerRow As FormViewRow = FormViewNews.BottomPagerRow Dim Active As Label = CType(pagerRow.Cells(2).FindControl("OFMLabel"), Label) If Active = "False" Then Active …

Member Avatar for crishlay
0
160
Member Avatar for riya_developer
Member Avatar for crishlay
0
183
Member Avatar for karthik82vk

Hi, I am creating a web application and i am using sqlserver 2005 as back end. I have a page with a radiobuttonlist, a textbox and a submit button. The user needs to select one option and enters values in the textbox. Once he submits the appliation need to insert …

Member Avatar for crishlay
0
173
Member Avatar for compulove

I wrote a code for a user to enter in their username and authorization, database and datasets and some other information all to be verified within the code. The code works fine but the problem I am having is basic formatting making it run cleaner and checking for all user …

Member Avatar for crishlay
0
147
Member Avatar for solomon_13000

I attempted to get the records from the MySQL database and display it on a Grid View but nothing appeared. The code is below: [ICODE] using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; using MySql.Data.MySqlClient; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) …

Member Avatar for crishlay
0
441
Member Avatar for fairy1992224

I had managed to let users upload the image and save into the database and the folder. I need to generate thumbnail from the image and save into the database and the folder as well. But there is some error with generating thumbnail. Can someone help with me with it? …

Member Avatar for hericles
0
169

The End.