12,085 Topics

Member Avatar for
Member Avatar for jellybeannn

I've got this code that creates a Table and a graph, the values have to be int for the graph. But in the table I want t display the values as... 1,000,000 How can I do this?? [code] public partial class output : System.Web.UI.Page { int max = 0; int …

Member Avatar for finito
-1
107
Member Avatar for knoerregaard

Hello, I hope that i can explain my self as I have a problem. I have an Accordion inside of a updatapanel. First Pane in the Accordion has three button. When ever I push the button, somethings gets loaded into a Placeholder in Pane number two. The problem is that …

0
58
Member Avatar for Moemasri

Web application projects exist on your local drive and are treated like any other VS project type and can be added to existing solutions are subject to full compilation, validation and build steps. Thats what my homework is about, a web application so what am trying to to is to …

Member Avatar for kvprajapati
0
126
Member Avatar for Biscko

Hey, I have a project that requires me to use two different servers. It's a website, half is written in PHP and the other in ASP.NET both on separate servers. The problem is the ASP.NET address in an IP like [url]http://69.101.26.113/website[/url]. Is there anyway to change this in C# or …

Member Avatar for nidhi_rajani
0
92
Member Avatar for ragavasathish
Member Avatar for rambok4

What is the problem with the following login code? [code] Dim conn As SqlCommand = New SqlCommand("Data Source=RAHUL-034890AF0\SERVER2005;Initial Catalog=user_accounts;Integrated Security=True") conn.Prepare() Dim command As Data.SqlClient.SqlCommand = New Data.SqlClient.SqlCommand("select", conn.Connection) command.Parameters(1).Value = txtusername.Text command.Parameters(2).Value = txtpass.Text Dim i As Integer = command.ExecuteNonQuery conn.BeginExecuteNonQuery() If Page.IsValid Then Response.Redirect("~/salesbill.aspx") Else Lblerror.Text = "Username …

Member Avatar for kvprajapati
0
236
Member Avatar for wsoza

hei, im new around here, and i tried to display a image from sqlserver i didnt get error but the code dont display the image... thanks default.aspx [CODE] protected void Page_Load(object sender, EventArgs e) { string sql = string.Format("SELECT TOP 1 ItemId,Thumb FROM RubrikkImg.dbo.Attachment"); List<object[]> img = Db.GetData(sql); lblResult.Text = …

Member Avatar for kvprajapati
0
456
Member Avatar for nitsmooth

i have data coming in the grid view from the database. IS it possible to localize this dynamically coming data Note that the data fetched into the gridview from the db will be same everytime

Member Avatar for kvprajapati
0
76
Member Avatar for fiaolle

Hi Hi have the code below. When I run the javascript that I have comment it works, but when I try to run the vbscript, nothing happens. I just wounder what I have done wrong [CODE] <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" …

Member Avatar for kvprajapati
0
196
Member Avatar for rickster11

I've completed my web app and it runs well when I test it on my pc. I have a ftp up and connected to server. Now what? What exactly do I upload? There a tutorial floating around for this? I'm using VS 2008 with ASP 3.5.

Member Avatar for rickster11
0
107
Member Avatar for satiss7pwr

I have one web application in which I am calling one window application. When I call that win app, it runs in background means it shows only in task manager but does not show any window of that application. I have searched for this on MSDN support and do as …

Member Avatar for kvprajapati
0
187
Member Avatar for smandeh

A user is sending me a data value in a web browser -see below for example. I would like to get this value and use it downstream. I try using [COLOR="Red"]string val = Request.QueryString[X_ACCOUNTID][/COLOR] but it did not work. Any idea on how I can retrieve the value in my …

Member Avatar for smandeh
0
105
Member Avatar for ErinOnDaniWeb

We have TFS 2008 which is uses WSS 2.0. I have tried to deploy a webpart, but the Sharepoint Configuration Analyzer supplies a "could not locate" error. I created a bin folder and put the assembly's dll in the default web site. This new bin sits next to the web.config …

0
81
Member Avatar for gdp_87

Hi i have a simple custom member ship provider: Can anyone help me with a simple if statement or switch case where i can route administrators to one page and users to another? I am currently using the asp.net login controls and dont see how i can specify two different …

Member Avatar for gdp_87
0
96
Member Avatar for ejaz53

i want to use to text box for load report between two selectd date, i am new in .rdlc reporting so please help me , if possible please writ full code , i am using three table in a single report

Member Avatar for kvprajapati
0
29
Member Avatar for chandruswami

In ASP.Net, when i entered the url in address bar,.. it redirects to the main page without going to login page,.. It should go to the login page,.. then by after getting the login information only it redirects to main page,.. can anyone help me?

Member Avatar for dnanetwork
0
69
Member Avatar for laghaterohan

Hello, I have a gridview in my project (asp.net , C# ) . I want to apply the Jquery to this gridview thereby adding various functionalities to the gridview in a easy way. I found out that in javascript i need to add a plugin ( which i d/w thru …

Member Avatar for kvprajapati
0
88
Member Avatar for krunalkakadia

hello you all, thanks you all for solving my problems and helping and guiding me. i have news titles with hyperlink in one page when i click on one of the news title then it will navigate to other page and will display news title and content there. now i …

Member Avatar for kvprajapati
0
106
Member Avatar for aminit

HelllOOOoo all dear friends: I was wondering how can I put my fan or my friends list into my webpage , I've a webpage built in Asp.net and I want my friends list of my facebook appear in my website , so anybody can help me ? Thanks in advance

Member Avatar for dnanetwork
0
81
Member Avatar for kseling

can anyone tell me why this is getting a runtime error? [code=html] <%@ Page Language="VB" ContentType="text/html" ResponseEncoding="windows-1251" %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.Odbc" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <%@ Register TagPrefix="uc1" TagName="links1" Src="/includes/_header.ascx" %> <%@ Register TagPrefix="uc2" TagName="links2" Src="/includes/_nav.ascx" %> <%@ Register TagPrefix="uc3" TagName="links3" …

Member Avatar for kseling
0
165
Member Avatar for zilonox

First, let me start off by saying I am using ASP.NET 2.0 with VB as the default language using Visual Studio 2005. I have a form that has an asp:panel on it that is seeded with an iniitial control. Through the use of the form, additional controls may be dynamically …

Member Avatar for zilonox
0
451
Member Avatar for bassant-kh
Member Avatar for hassal

Hello, Using visual studio 2008 environment, i would like to change a classic windows application design, so i'm wondering if there is an idea a bout this. i've find some skins like irriskins ([url]www.sunisoft.com[/url]), but i'ts not what i'm looking for. is anyone have any idea, any help will be …

Member Avatar for kvprajapati
0
255
Member Avatar for Hammond

I'm having troubles getting a userlogin validation up and running. The login itself works fine, but i need some form of errorhandling on logging in with wrong credentials. My code so far looks like this: [CODE]<%@ Master Language="C#" MasterPageFile="/masterpages/PageWithoutLeftmenu.master" AutoEventWireup="true" %> <%@ Import Namespace="System.ComponentModel" %> <script runat="server"> void OnLoginError(object sender, …

Member Avatar for Hammond
0
292
Member Avatar for krunalkakadia

hi guys, this is kk here. i want to bind gridview/database data in accrodin panel so which is the way for the same??i have my news categories food,music and business.when i click on news then the titles from the db/gv comes under respected categories and if i click on any …

Member Avatar for rohand
0
95
Member Avatar for maria_mj

I have problem when saving data from gridview into SQL database. When i save the data, only certain data was saved. I want to save all the data. Data that was not saved is from the column where i display a drop down list while editing from the gridview. Another …

Member Avatar for rohand
0
127
Member Avatar for jellybeannn

I've got a DataSet that shows a table through Gridview, and the same DataSet also creates a graph. But my problem is that e.g. Date format is different for both, so I was wondering can you change format in a GridView populated by a DataSet? For the graph date has …

Member Avatar for rohand
0
102
Member Avatar for dougancil

I have almost finished a site that I've been working on but have one last thing that I don't know where to add. I have a bulk insert sql query that I want to insert into the .vb code behind and have no idea where to put it. Basically, the …

Member Avatar for rohand
0
139
Member Avatar for galam2009
Member Avatar for miweiser

OH How many ways can I Google this? Do I need to add some, any, or all of AjaxControlToolkit.dll each time create new .aspx site? I have seen the hundreds of pages regurgitating the steps to add AJAX to toolbox, but nothing about keeping it there for use on subsequent …

0
85

The End.