13,153 Topics

Member Avatar for
Member Avatar for deven_a76

Hello friends, I am trying to use the Ajax control i.e. Scriptmanager, to get the data from the server asynchronously (without postback). For this as per the guidance given by MSDN, I have code in my system. I have used following psuedo code... [Code] <ScriptManager ID="..."> <ScriptService path="ABC.asmx"/> </ScriptManager> <script> …

Member Avatar for deven_a76
0
98
Member Avatar for love_dude1984

hi.. Im using Sql server 2005 SP3 edition & i want to store my database on the live Database server..As i try to connect to the server normally, it gives me error, so i asked the server administrator, he asked me to connect to the server using Query editor. As …

-1
77
Member Avatar for jigirene

On my surveys.aspx page I have 5 user controls (containing different types of questions i.e. yes/no, multiple choice, open answer) that are dynamically loaded depending upon a formview. I have no problem loading these controls. The problem arises when I try to notify the aspx page that an event was …

Member Avatar for jigirene
0
733
Member Avatar for mshravs

i just need to know how can one deploy a website so it can be executed in the other system where Visual Studio is not available

Member Avatar for kvprajapati
0
52
Member Avatar for bobby_only1
Member Avatar for kvprajapati
-1
27
Member Avatar for nickEncarnacion

Hi, i am a beginner in using ASP.NET. I have this problem. Whenever i select the advanced options in configuring the sqldatasource, the Advanced SQL Generation Options are all greyed out/disabled. Now, i found out that the cause of this is because the table that i am trying to access …

Member Avatar for kvprajapati
0
101
Member Avatar for anup.maverick

Hi, I am sending an Email through asp.net 2.0 to the client. In this Email, I have given some radio buttons & textboxes , Now User will tick the radiobuttons & will enter the data in textboxes & Click a submit button in his Email. Now what i want is, …

Member Avatar for kvprajapati
0
70
Member Avatar for deven_a76

Hi, I am using VS 2005. I am trying to get the connectionstring from the Web.config file. As per the Msdn as well as search on the google, most of the code days to use ConfigurationManager.Appsettings --> for getting the string from the file. But when I am going deep …

Member Avatar for deven_a76
0
142
Member Avatar for aspusers

I'm having problems trying to fill in the DataSet using SQL Server 2005. Basically I have a table in SQL Server and I want to retrieve those information and be able to display it in a web browser using DataSet. Whenever I run my code I always get error message: …

Member Avatar for aspusers
0
92
Member Avatar for rikb53

i was not ready for the change between Windows Server 2003 -IIS 6.0 & Windows server 2008 - IIS 7.0-5. i usually (on 03') export the website & app pools and save the configuration to a file. then if we add a new server to the farm, i go to …

0
51
Member Avatar for Piya27

Hi All, Can anyone please suggest some good tutorial for SilverLight Business Application (in C#) ASP.NET???

Member Avatar for Piya27
1
115
Member Avatar for omotoyosi

Pls I have a table generated at runtime. each column have 2 IMAGE button (ADD AND DELETE) IF THE USER CLICKS ADD BUTTON, THEN A ROW IS DYNAMICALLY ADDED AND IF THE DELETE IS CLICKED THEN THE CURRENT ROW IS DELETED. hOW DO I GO ABOUT THIS. AM USING VB.NET …

Member Avatar for omotoyosi
0
90
Member Avatar for shine_jose

The web site is set to run in server the crystal report header button images and export options are not working please help me

0
69
Member Avatar for vuyiswamb

Good Day I have posted this question before , i cant find it to continue from it. Let me start from Scratch because i did not find a Solution to this problem. in my page am using a Treeview Control show like this [URL="http://www.vuyiswamaseko.com/public/Wrong_Display.JPG"]http://www.vuyiswamaseko.com/public/Wrong_Display.JPG[/URL] and am loading data in SQL …

0
51
Member Avatar for shakazulu89

Hello forum :) I am writing a web application which is basically a form .. and once this form is filled out and submitted i want to capture a "screenshot" of the form and create a pdf (or jpeg) from it.. that is i dont want a screenshot of the …

Member Avatar for kvprajapati
0
51
Member Avatar for woolm110

Hey all I'm currently setting up configuration for my webpages and i'm having trouble with Admin access. I'm using MS Access to store everyones details, within the database i've created an Admin user. I'm trying to configure the web.config so I can set access to pages for different users, everything …

Member Avatar for kvprajapati
0
147
Member Avatar for cw08

I want to retrieve addresses supplied in a database and on page load, have a map be populated with markers at the location of those addresses. I can get the information from the database, but I can't figure out how to call the showAddress function and pass in the value …

Member Avatar for kvprajapati
0
658
Member Avatar for woolm110

Hi all I'm having trouble with some of the login controls for my website. I've successfully set it up so when a user registers it enters the details into an Access database. I'm now trying to get the login to work but can't see how to implement this. I've had …

Member Avatar for woolm110
0
242
Member Avatar for mystic2230

Hi, I have created one menu user control. This contorl is referenced by all the web pages part of the web application. The issue i am encountering is that wheni refer this user control and then click on any button, there is no action happening. e.g I have a button …

Member Avatar for guru_sarkar
0
70
Member Avatar for anishmohan

Hi, I need to export huge amount of data from ado.net datatable(which i get by db query) to excel. I tried the following way : 1. Create excel object with workbook/worksheet @ server side...and use memory stream to write whole document to client side. But this gave me "out of …

Member Avatar for Ramesh S
0
213
Member Avatar for NiravGandhi

Hello, I have developed Mobile Application using .Net Compact Framework & SQL Server CE. Now i want to deploy it with prerequisites of (.Net Compact Framework & Sql Server). I have cab files for that. So what are the steps/Method to create setup which will also install Framework and SQL …

0
60
Member Avatar for norz

i am a student...i am zero knowloedge about sql neither c#.my job is to build a database.i dont really know how i can do it and how to do it?i had tried a tutorial for c# from other website but the tutorial using sql 2005.but i had download sql 2008.i …

Member Avatar for DanielGreen
0
136
Member Avatar for vijen323

How to create blogs in ASP.net home page. If you provide details then it will good for me..... Thanx,

Member Avatar for Ramesh S
0
148
Member Avatar for newtonvlm

I Add hyperlink control in dataGrid in SilverLight but when i click the hyperlink control the page is not getting navigte?........

Member Avatar for kvprajapati
0
47
Member Avatar for sathya8819

hi, i would like to do a project where I have to detect the characters of a captcha image.. any ideas

Member Avatar for kvprajapati
0
78
Member Avatar for omotoyosi

Hello all, i have a table of five row with an image button on all the rows if the image button is clicked i want a row to be created below the row that the user clicks e.g if the user click the image button on row 2, row3 should …

0
61
Member Avatar for shine_jose

Hi, I wish to save a text file to the client system.i had try ed in my desktop its working fine when i run from server its showing error this code i had given and each client system there is a folder name FCR. fs = new FileStream("d:/FCR/FCR" + strdt …

Member Avatar for Geekitygeek
-1
141
Member Avatar for nyagei

I am developing an application in asp.net to run on face book. I want to prompt the user to grant various permissions on first login. this is my sample code: [code]List<string> list=new List<string>();[/code] [code] list.Add("publish_stream");[/code] [code] list.Add("email");[/code] [code] this.Api.Auth.Permissions.BeginPermissionsMode(); [/code] [code]this.Api.Auth.Permissions.GrantApiAccess(this.ApiKey.ToString(),list);[/code] [code] this.Api.Auth.Permissions.EndPermissionsMode();[/code] some error #100 is occuring. Is there …

Member Avatar for nyagei
0
113
Member Avatar for ashishparihar

Hello All I have been created a full Employee Mgmt. web Application . Application name is MyEMS with Database DBEMS Now I want to create a set up ( like any product set up ) Which can be able? • To install application • Create database • Set IIS settings …

Member Avatar for customercare
0
189
Member Avatar for hk.daxini

The End.