ReportingService

827 byte By huihaisang at 2007-11-25 3:26:18
Dear Sir: Public Class ReportingService Inherits System.Web.Services.Protocols.SoapHttpClientProtocol Public ServerInfoHeaderValue As ServerInfoHeader Public BatchHeaderValue As BatchHeader Public ItemNamespaceHeaderValue As ItemNamespaceHeader...

COM class factory component failed error 80040154

673 byte By jayadeep at 2007-11-25 3:26:39
Iam using xzip.dll a third party software used for unpacking the zip files i registered it on my machine using vs.net it works perfectly on my system if want to upload my site to somewhere should register this COM component at the server compulsarily or there is any to handle this registration when...

[RESOLVED] I want an error msg like RegularFieldValidator

491 byte By Visslan at 2007-11-25 3:26:42
Hi!I have a question about error msg display. I want an error to be displayed graphically as a RegularFieldValidator field with the red line and so on. But that control only supports error handling regarding to a textfield. I want to display my error if a choise in a usercontrol has been correctly d...

Web Parts

184 byte By Bassir at 2007-11-25 3:26:52
Hi<br/>I was trying to make an asp.net webparts connections sample and my VS2005 doesn't recognize the "IField" method.Can anyone help me to fix this problem?<br/>Thanks

DropDownList selectedindexchanged not work

902 byte By dummyagain at 2007-11-25 3:27:59
I have made a drop down list and want to disable the textbox if the drop down list value = false.. however, there is no response when the drop down value is changed.Here is the codedefault.aspx <td> <asp:DropDownList ID="isSale" runat="server"> <asp:ListItem>True...

[RESOLVED] Help with adding attribute to asp control checkbox

936 byte By Visslan at 2007-11-25 3:28:36
I want to add a value attribute to the asp control CheckBoxSo far I've done this:[ToolboxData("<{0}:BCheckBox runat=server></{0}:BCheckBox")] public class BCheckBox : CheckBox { public BCheckBox() : base() { } #region Properties public string Value { get { string val...

Using Bookmark in ASP.net

231 byte By vivekshah at 2007-11-25 3:28:41
Hello Friends<br/>I have to make a set FAQ questionnaire set.I have retrieved the questions from the database in one datagrid. And the answers in a dataset.<br/>Now how do I bookmark inside the document..?<br/>Any Idea..?

sorting in a datagrid :mad:

317 byte By skuanet at 2007-11-25 3:29:05
Hi all,in my asp page I have a Datagrid filled by ausing a datasource.I need to allow the user to sort the data displayed by clicking the header of the columns in the datagrid.Is it possible, I am not sorting out a way to enable the sort in a datagrid.many thanks!!!!Francesco...

Email Template

1286 byte By Sabin_33 at 2007-11-25 3:29:33
I'm trying to create a template for an email message which will create a template for a reply.What I have is Radio buttons for Accept, Decline, a textbox and a Submit button. This will be sent as an HTML e-mail. <form id="MyEmail" runat="server"> <div> <br /> <input id="...

.NET Mobile

454 byte By ITBIS at 2007-11-25 3:29:41
I was looking for all the software requirmets to build a mobile application using ASP.NET but i couldn't find any of themWindows 2000 Professional/Server with IIS 5 All Windows 2000 service packs The ASP.NET framework Microsoft Mobile Internet Toolkit (MMIT) Internet Explorer 6.0 or 5.5 A WAP s...

How to Access Pages from Sub Domain...

404 byte By vivekshah at 2007-11-25 3:30:07
Hello, How is it possible to access page from sub-domaine.g. http://finance.sitename.comI have created folder called finance on the server..but it give me error what settings I am supposed to do.When I use www.sitename.com/finance page is accessed but when i try another option that is http://finance....

Problem while calling an event on Dropdownlist

1446 byte By canuhelpme at 2007-11-25 3:30:25
I am working with Visual studio 2005 and is new to ASP.NET.I have two files named controls1.aspx and controls1.aspx.cs.In controls1.aspx i have included a code as below <asp:DropDownList ID="Dropdownlist" runat="server" Width="51px" OnSelectedIndexChanged="DropDownList3_SelectedIndexChanged" >...

record multiple data with gridview

2903 byte By Zouve at 2007-11-25 3:30:49
This is the case, when i click the submit button inside my form, all the data filled will be inserted into the database. inside my form i have add a gridview with select option, when user click the select option, the selected field will be displayed inside listbox and recorded inside database. The p...

export datagrid to excel

5773 byte By dummyagain at 2007-11-25 3:31:05
My program can choose to export the different section of data to excel.There is a dropdownlist for choosing sale a, b, c, d or all.However, i don't know why whatever i choose, it only export all data to excelPlease advice Protected Sub but_export_Click(ByVal sender As Object, ByVal e As System....

how to create an excel file??

3302 byte By shoham78 at 2007-11-25 3:31:17
Hello,I have a asp.net web application which inside it I create a string with a table, which I want to be able to open an excel file with the data in that table.my problem is that I am not able to open the excel in a new window(I do create the excel file. but it is being opend be the browser in the...

Storing Login user

615 byte By Charu0306 at 2007-11-25 3:32:15
Hello all, Am trying to make a website that requires a Login. There is this HttpApplicationState object that I can sue. If I create a variable like Username for storing the UserId fromt he db after a successful login and then check it in PageLaod of every page to load details based o...

query related to web.config

911 byte By hellopraveen30 at 2007-11-25 3:32:28
i have written my connetion in web.config as below<PRE lang=xml nd="41"><configuration> <appSettings/> <connectionStrings> <add name="myconnection" connectionString="server=myserver\sql2005;initial catalog=AdventureWorks;...

could not load type problem

396 byte By dummyagain at 2007-11-25 3:32:29
I am using Visual Web Developer 2005 Express edition to build a solution written with VS2003.However, I got several errors naming "Could not load type a.b' where a.b is the name that inherits. For example,<%@ Control Language="vb" AutoEventWireup="false" Codebehind="edit.ascx.vb" Inherits="a...

Calling Popup Window in ASP.NET

360 byte By prakashkyadas at 2007-11-25 3:32:52
Hello everybody, I am presently working on Intranet application...i stuck up with one problem wherein i want to call a popup window from my Intranet application which runs as a popup window. Is it possible to call a popup window from another popup window. If yes can any body give me the code. Thank...

Screen Scraping

364 byte By Broodmdh at 2007-11-25 3:33:39
I want to be able to read specific data from the contents of various pages and display it on my own page. I know how to read the contents of a page into a string, but not how to pull specific data out of that string. Is there another way? How can I handle changes to the format or layout of the ta...

If there is a way to protect intellectual property / obfuscate ASP.NET sources?

847 byte By VC_Fan at 2007-11-25 3:33:56
Hello,Since some time investigating this painful question. Why painful? It looks like nothin of the kind does exist.My dilemma: I would like to publish a web site by putting it to shared hosting. For that I simply need to upload all my sources to the hoster server. And of course I'm reluctant t...

DropDownList in Head of GridView control...

2019 byte By hunzian at 2007-11-25 3:34:34
Hi All..Well dearz I am facing a difficulty in sending the selected value as query string from the Dropdwonlist(in Header of GridView Control) and GridView control's one of column through the HyperLinkButton of GridView Control to another page. I not able to send the second or third selected va...

Prevent outside world from using asmx file

567 byte By sambo at 2007-11-25 3:34:39
I have a webservice that I developed using VS2005. I then created a front end application that will make calls to the asmx page.The webservice (asmx file) has many functions that are proprietary and i would only like them to be called by MY front end application. However, in order to make calls to t...

Digital certificate web request

369 byte By kdirks at 2007-11-25 3:35:40
I am trying to automate a process in which we access a web site with a digital certificate and login/password. A web form is filled out and then submitted. I want to do a web request (POST) to submit the information, but do not know how to use the digital certificate and login/password authenticatio...

A counter without file/db/etc - how?

437 byte By mikoil at 2007-11-25 3:35:49
Hi!I searched a bit for this but my problem is that I'm not sure I know the correct term (:I want to make a counter that will be kept at the server's memory, e.g not saved to any storage device.I think I can do something like this: private static int Counter; Will this variable have the s...

[RESOLVED] Simple problem

14 byte By yoyosh at 2007-11-25 3:36:20
Already solved

problem while clearing all values in a form in ASP.NET

715 byte By canuhelpme at 2007-11-25 3:36:42
I have a form in ASP.NET which includes a lot of textboxes.I have a cancel button in the form.If i click it the entered textboxvalues should be cleared.I have used the javascript document.form.reset but is not working. The code is as follows /*mainfile.aspx*/ <form ru...

Content placeholder problem

379 byte By yoyosh at 2007-11-25 3:37:29
I have a simple problem with master pages - please have a look: http://home.icslab.agh.edu.pl/~martinez/asp 1.JPG The content placeholder is in the middle of the middle cell of my table. How to drag/resize it, so it would cover the whole middle cell? I don`t want my content pages to be limited to b...

Confusion about ASP.NET ViewState

765 byte By dlarkin77 at 2007-11-25 3:37:53
Hi,I have a master page with a couple of content pages. On the first of the content pages the user should login and the username specified should be made visible on a label in the master page to that subsequent pages can show the name. But it's not working out at all. I know that this can be do...

Create CSV file without add reference to excel

106 byte By dummyagain at 2007-11-25 3:38:40
I would like to know if it's possible to generate csv file without the need of excel in the computer?

User Control Overlaping

374 byte By Sapta Giri at 2007-11-25 3:38:51
Hi, Iam using visula stuio2005, i created one user control for calendar and i placed this use control on my webform.The calendar control will display when i press image button.The user control should display ongrid view control.Gridview control hides the visiblity of calendar control, howi can solve...

Problem on generating pdf with japanese characters

183 byte By dummyagain at 2007-11-25 3:38:54
I have problems on generating japanese in pdf. I can create the pdf file but the coding seems have problems..and it cannot show japanese characters.. Please advice.<br/>Thank you

WEb Parts!

709 byte By dave-g-o at 2007-11-25 3:39:47
hello,I have an app which allows either a user or an admin to login to the system. If it is an admin they are able to use web parts to edit a page layout, what controls appear on a form etc. And if it is a user these editing controls are hidden so all they see is the form created by the admin.My pro...

aspnet_wp.exe is crashing.

3609 byte By rikidude at 2007-11-25 3:40:09
Hi,I'am developping windows forms application in VS 2005 using a web service asp.net in VB and something and sometime, not at the same place, aspnet_wp.exe is crashing.The client call a function on the server ( in the web service ) and when the process is terminated, the web service return an...

Migrating to IIS server

189 byte By dummyagain at 2007-11-25 3:40:32
I would like to know if I can just put all the files (folders, aspx, aspx.vb) to the IIS server or do i need to do anything in VS2005 so that it can run in the webserver?<br/>Thank you

cannot load type error

120 byte By dummyagain at 2007-11-25 3:40:39
I build my project and it shows "cannot load type" error...I would like to know what's it about.<br/>Thank you

How to use Request.Form

480 byte By Visslan at 2007-11-25 3:41:17
Hi!I have a parent user control and it has a child user control. In the childs Page_Init function I want to use a variable from the parent.parent:...protected int a = 21;... child:...private void Page_Init( ... ){ ... //here I want to get a hold of variable a}...How can I do this? Someone said...

FF and IE incompatibility

4832 byte By mariposo at 2007-11-25 3:41:26
I got everything to work and display fine in IE. I was content until I test my site with FF and all hell breaks loose. Fields and table columns are overlapping on top of each other. I manage to fix the masterpage layout. The default-page layout is what I am trying to fix next. It has two columns and...

jpg files

112 byte By yoyosh at 2007-11-25 3:41:32
How (in ASP.NET 2.0) could I retrieve meta-information from jpg files (so called IPTC), like description, etc. ?

How do i do it... Reporting of time

1017 byte By GeertL at 2007-11-25 3:41:48
Hello, Let me explain my problem :There is a table which contains users & their ID, there is a second table linked to the first which contains the id & a datatime value like this : => 05-12-2006 16:10:05. Everyday there are new entrys in this table. A person comes to work and leaves, its possibl...

get variable from url

214 byte By dummyagain at 2007-11-25 3:42:07
I would like to know how to get the value of the variable in the url<br/>say if www.a.com/abc.aspx?vara=ds&k=2<br/>What should i write in aspx/vb.net to get the value of variable vara and k?<br/>Thank you

Exporting datagrid to csv

916 byte By dummyagain at 2007-11-25 3:42:47
I can export the datagrid to excel file by xlfile = "Report_" + tmp + ".xls" Response.Clear() 'Set the content type to Excel. Response.ContentType = "application/vnd.ms-excel" Response.AppendHeader("Content-disposition", "attachment; filename=" + xlfile) Resp...

DB Connection

489 byte By ITBIS at 2007-11-25 3:42:54
I have a problem with the database connection using ASP.NETI uploaded my database in the "_database" folder , and then i included the link in the function MyInsertMethod which is created using wizard but it keeps telling me that there is an error in the connectionCan any one help me to write the exa...

Comment on session

521 byte By dummyagain at 2007-11-25 3:43:00
I am not using Session to remember the login data, login status, identity so that different page will display different information. However, I really doubt if it's a good practice to use session to do this. I have considered to use "passing variable through url" but i think it can be easily ed...

whts the meaning of this error, plz?

108 byte By ITBIS at 2007-11-25 3:43:06
"Operation must use an updateable query."<br/>What'sthe meaning of this error in an insert query?!

Commit a loop of inserting

1139 byte By Zouve at 2007-11-25 3:43:32
I use loop to insert few record into a table:But the for_Loop only loop once and throw an error:"The variable name '@res_name' has already been declared. Variable names must be unique within a query batch or stored procedure."What should i do to get this fix?Code:Protected Sub confirm_butt...

Create and close database connection

172 byte By dummyagain at 2007-11-25 3:44:33
I would like to set the database variable and use it for multiple pages.<br/>Is it possible to set the variable in one page and used by other pages?<br/>Thank you

WebZone C#

213 byte By Bill Crawley at 2007-11-25 3:45:20
Hi All,<br/>Can someone point me to a good 'handholding' tutorial on WebZones with example code. Have been looking on the net for a while now and cant really find any good ones.<br/>Thanks all.

dropdownlist in asp.net

376 byte By anupamgupta at 2007-11-25 3:45:31
Hi, I am using html dropdownlist (<select ...><option...>...</option></select>) in asp.net when i try to print the selected value i am getting null values.can any one tell me how to retrieve data from dropdownlist inasp.net. I am using asp.net 2.0I don't want to u...

parameters problem in .net 2005

702 byte By jabbarsb at 2007-11-25 3:45:45
hi friends,i am facing a problem in vs 2005 i am using gridview control and sqldatasource bounded to it in the update command of the sqldatasource i am passing a query UPDATE aspnet_UsersInRoles SET RoleId = @RoleId WHERE UserId =@useridthe gridview is having three columns userid,username and roleid...