13,153 Topics

Member Avatar for
Member Avatar for Indianblues

Hi I am trying to add FolderBrowserDialog to my ASP.NET page. So i added a reference to using System.Windows.Forms. Now i have placed a button and in button click event i have written code like this . [code=c#]protected void Button1_Click(object sender, EventArgs e) { FolderBrowserDialog fbd = new FolderBrowserDialog(); fbd.ShowDialog(); …

Member Avatar for Kusno
0
539
Member Avatar for Sarah Lee

[COLOR=#008000]Hi In my application, i would like to use the popup window concept. When the user clciks a button, a popup window should appear, with a textbox to enter a value. on closing the popup window, the user entered value should get saved into a table[/COLOR] [COLOR=#008000][/COLOR] [COLOR=#008000]I am using …

Member Avatar for anthonyqkiernan
0
5K
Member Avatar for aneeshmm

i use the following code to write sql data to xml file. [code]SqlDataAdapter ad = new SqlDataAdapter("SELECT name AS [@label], salary AS [@value] FROM Employee FOR XML PATH('set'),ROOT('chart')", cnn); cnn.Close(); DataSet ds = new DataSet("chart"); ad.Fill(ds,"set"); XmlDataDocument doc = new XmlDataDocument(ds); doc.Save(Server.MapPath(Request.ApplicationPath)+"\\t.xml");[/code] i get the file as [code=xml]<chart> <set> <xml> …

0
39
Member Avatar for sonakrish

hi thr Can any one say me the basic concepts for implementing chat in my web page thanks in advance Happy day

Member Avatar for sonakrish
0
102
Member Avatar for skaterz

Hello.. I dont know where to start with my question. I have a website that displays products (products retrieved from a database). I use Datalist to display these products and this Datalist is linked to a Command in the C# code. Within this datalist I have <itemtemplate> </itemtemplate> tags Between …

Member Avatar for skaterz
0
158
Member Avatar for greeny_1984

i have a requirement where a client has to access the video serveliance in a office thru net. iam a novice in this area.can any body suggest how to do it or which language we can do it.

0
68
Member Avatar for Tables

Hi I am interested in learning VB.NET and ASP.NET Please suggest me any good website where I can learn these technologies at my own pace. Kindly help me. Regards,

Member Avatar for jbennet
0
333
Member Avatar for geordienz

I'm very (no, VERY) new to ASP.NET and I have a server-side app that was written for me by a contractor with whom I have no contact now. Thing is, this app worked perfectly on a Canadian based server but has now been switched to UK. Fooolishly, the Canadian server …

Member Avatar for geordienz
0
99
Member Avatar for ANGanley

I have a web application using vb.net. What I need to do is get my datagrid to update and delete rows in a datagrid. I have a grid view that calls a web service, passing in a query string. The problem I am having is, I am not sure what …

Member Avatar for sedgey
0
146
Member Avatar for johnny.g

Hi all, I am really stuck in this problem. Here it goes:: I am using sql server 2005 and visual studio 2005. I have configured the report server 2008 successfully. I have a web application in which i used to call the reports and display it in the web page …

0
79
Member Avatar for ff4930

Hello, Im new in ASP.NET and have been reading about state management and have a couple of questions, it be great if someone could help me understand. Im having trouble understanding the use of ViewState. It is only limited to the current page, what kind of typical/common use would it …

Member Avatar for greeny_1984
0
365
Member Avatar for madhu_bheemiset

Hi, I want a asp.net control to format text box like Bold,Italic,Under Line, Bullet/number style. Eg: In Gmail ->Compose mail we can bold or do some formatting activites in the body of text. like that. Please help / guide me in this. Thanks for reading...

0
44
Member Avatar for surekhavk

am using custom pagination using the following [code]Case "Prev" If GridView1.PageIndex > 0 Then GridView1.PageIndex = Int32.Parse(GridView1.PageCount) - 1 End If Case "Next" If GridView1.PageIndex < (GridView1.PageCount - 1) Then GridView1.PageIndex = Int32.Parse(GridView1.PageCount) + 1 End If[/code] for first and last its wrking properly but in using this two pagination …

Member Avatar for surekhavk
0
99
Member Avatar for sonakrish

hi all.... I'm trying mailing concept. After entering FROM address, TO address ,subject and body of the message and while clicking the send button am getting [COLOR="Green"] Mailbox unavailable. The server response was: 5.7.1 Unable to relay for "as@a.com" [/COLOR] what wrong i would have made? Plz guide me

Member Avatar for sonakrish
0
117
Member Avatar for edouarde

I'm in need of an example of VB script to handle the following scenario... 1) User fills in an HTML form with a Post action to an URL. 2) The web page successfully sends the data and receives a response from the target post URL. My challenge is to implement …

0
39
Member Avatar for TobbeK

How can I access a variable in Global.asax.cs This is my current nonworking code ..... my code in Global.asax.cs [code] public class Global : System.Web.HttpApplication { public string GlobalMethod = "En exempeltext......."; } [/code] my code in default.cs What I like to do later is to print the result in …

Member Avatar for sedgey
0
122
Member Avatar for BobLewiston

Please forgive what is surely a stupid question: How do I use .Net Reflector to find out which namespace a class, method or property is in, or to see parameter lists? There's no way to enter a character string to tell it what you're looking for.

Member Avatar for Ramy Mahrous
0
93
Member Avatar for itrickski

i have developed a c#/.NET web app using VS 2005 on my local machine. it works fine, and i have copied the files over to the web server (running ASP.NET 2), and it works great with JIT compiling on the server. before moving to production, i would like to compile …

Member Avatar for itrickski
0
484
Member Avatar for chombe

Hi there I'm a newbie to asp.net and trying to learning it doing small forum application. In the application I've a page which lists the available threads in a given topic and I used a gridview. In the gridview the thread's title is hyperlinked and when clicked it will redirect …

Member Avatar for chombe
0
696
Member Avatar for ricksvoid

Ive created a database driven web app in visual studio that works great in visual studio. Ive stored the connection string in my web config file with the following code: localhost/sqlexpress ect ect.... Works great!!! Now how do i adjust the connection string to work on a remote server. I …

Member Avatar for vuyiswamb
0
84
Member Avatar for cyankahn

I have table with these fields article name, article ID and Article Color, Size. I want to write a find function with any of the above field. I will give one example supposes after clicking find a user enters article color as RED and then hits return. The other 3 …

Member Avatar for sedgey
0
70
Member Avatar for kohkohkoh

[COLOR=black]Hi, i am trying to use new method in asp.net for the database connectivity. --> using gridview[/COLOR] [COLOR=black]yet i am facing problem here in the "adding new" area.[/COLOR] [COLOR=black][/COLOR] [COLOR=black]here goes my code:[/COLOR] [COLOR=black][/COLOR] [CODE] <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> …

Member Avatar for Clawsy
0
363
Member Avatar for devirell

I am unable to see the grid or the data. Here is my code from my .aspx file. I don't know what I am doing wrong: [code=asp.net]<%@ Page Language="VB" AutoEventWireup="false" CodeFile="resumesearch.aspx.vb" Inherits="_Default" %> <!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"> <head runat="server"> <title>Resume Search</title> <style type="text/css"> .style1 …

Member Avatar for devirell
0
1K
Member Avatar for snehachoudhary

Hi everybody, I am unable to get the index of the row which is selected by the user through checking a checkbox. After getting the index I want to delete the row directly from the datagrid on that particular index. Please help me out.Its urgent... cheers, sneha

Member Avatar for reach_yousuf
0
242
Member Avatar for muhammad ismail

hi every body, i have worked on windows application in vb.net , but i have no concept of web development using asp.net, can any one tell me the simple code of Asp.net to create a simple webpage containing text "Wel Come to ASP.net". Requirments for this task, also how to …

Member Avatar for jbennet
0
74
Member Avatar for ssreevidya.m

Hi, I stored a file in the folder taht selected using file upload control. When I tried to view this content from that folder I got an error like this. Cannot find the C:\Documents and settings\Terapc\LocalSettings\temporary Internet Files\Content.IE5\6AJ9DNHZ\name.txt file Do you want to create a new file? The code I …

Member Avatar for nhauck
0
81
Member Avatar for sonakrish

Hi.. I hav a database for maintaining emp details. I want to get my EmpID to be generated automatically when my add new button is clicked. That too in C# only...

Member Avatar for greeny_1984
0
121
Member Avatar for zarnimg

i use c1 flexgrid for 1.4 version for vs 2003 and 2.0 for vs2005 now can i register c1 component and flexgrid and truegrid kongaung

0
52
Member Avatar for shobitha

am havin a database to store set of dates n t dates should be distinct. i hav not given t date column has primary key.. codin tat i hav given below doesnt work properly.... can any one tell me wts wrong in it n how to add distinct dates [code=asp.net] …

0
54
Member Avatar for luckyads

Can I make a dynamic XMl which looks like this? [code=xml]<?xml version="1.0" standalone="yes"?> <CMS> <Episode1> <partOne>1</partOne> <partTwo>1</partTwo> </Episode1> <Episode2> <partOne>0</partOne> <partTwo>0</partTwo> </Episode2> <Episode3> <partOne>0</partOne> <partTwo>0</partTwo> </Episode3> </CMS>[/code] If yes please guide as I am using Datatable as node. Thanks, Aditi

0
56

The End.