Link Report Manager (Reporting Services) into Custom APP via TreeView

529 byte By nansorb73 at 2007-11-25 11:23:07
Hi, I'm a novice with ASP.NET...I'm looking for a detailed example on how to link my Report Manager (Report Server Hierarchy) into a custom app. via TreeView. I'm having compatibility issues with the common example (TreeViewSample) mentioned in many threads. I've been able to s...

Insert page number into a word doc

361 byte By beachboy1976 at 2007-11-25 11:23:33
Hi,I am using ASP.Net 2.0/C# to create an app which export text from web form to MS word document. Everything seems work except of inserting page number into the document.The document is broken into multiple sections so that the page number need to reset to 1 after the section ends.Any idea will be...

GridView Header

5599 byte By maverick786us at 2007-11-25 11:23:37
I want to assign value of a string into gridview header The HeaderText. My GridView is like this<tr> <td><asp:GridView cellpadding="4" AllowSorting="True" AutoGenerateColumns="False" ForeColor="#333333" GridLines="None" ID="gdCompany" OnRowCommand="gdC...

SortingExpression in a GridView

835 byte By maverick786us at 2007-11-25 11:23:40
This is in context to my previous post. I finally found a way to set header text at run time. I used this codeprotected void gdCompany_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.Header) { e.Row.Cells[0].Text = szIssueBy;...

web user control parameters

254 byte By priyank9 at 2007-11-25 11:25:22
Hi all,<br/>I have made one web user control. Now I know how to pass string parameters in it but I am not able to pass server control as user control parameter. It is like we can pass data source to gridview. <br/>Thanks in advance,<br/>Priyank

Difficulty Clearing A Table

2380 byte By Scott MacMaster at 2007-11-25 11:25:50
I'm using a Table control to display a report. The contents of the report will be determined by options the user can select on the web page.When an option is changed a postback occurs. The various options controls all call an update function whenever one of their values changes.In this functi...

Adding custom fields to a MembershipProvider

166 byte By ahmed17 at 2007-11-25 11:26:13
hi,<br/>How i can Add custom fields to a MembershipProvider and what is the advice to do something like this with some features like jam on image and some fields ?

Recycle Application Pool

730 byte By yolip at 2007-11-25 11:26:17
Hi, I have the below function in ASP.NET 2.0 to recycle the application pool. Now, i need it to run under ASP.NET 1.1, but i couldn't make it works. The error message only says "Access Denied". Can anyone tell me why?Thanks public static void RecycleAppPool() { try...

localhosting question

269 byte By bpk at 2007-11-25 11:26:25
hello,<br/>if i developed my web page over a local host using say, xampp or wampserver, how can i make sure others are able to access it as well on a different computer?<br/>will the database, which is created using mysql be affected or sumtin or it simply wouldnt run?

SQL state management issue - urgent

3434 byte By vikas_kohli82 at 2007-11-25 11:26:29
Hi,I am developing a web application that use SQL server 2005 DB. Till now, I have made a connection with SQL server, retrieved the data from DB and showing in the GridView. Now I have two ways of storing the dataset: 1. By storing dataset results in session variable 2. or use sql state manage...

Game stats / accumulated wealth table?

2422 byte By Winfidel at 2007-11-25 11:26:38
I am new to web page design. I am using Microsoft Expression and I am having a lot of fun. I would like to design an online game along the lines of Torncity and Magical Myth or Monocountry code. Those games are pointless because you have limited choices... the object is to build points through train...

strange odbc problem

672 byte By mrvim at 2007-11-25 11:28:09
hello guys,i developed an aspx-applikation that connects to a sybase database. when i run the application in visual studio all works fine (fetching some data). after that i close the vs run the iis and start the applikation in the IE the normal index.aspx page appears and show me the menu. and now t...

[RESOLVED] Datalist Question

1010 byte By Bill Crawley at 2007-11-25 11:28:18
Hi All,I am currently populating a Datalist with<table id="tblRelationships" runat="server" border="1"> <tr><td><asp:DataList ID="DlstAttributes" runat="server" AlternatingItemStyle-BackColor="#eeeeee"> <ItemTemplate> <asp:Label ID="lblAttributeid" ru...

Transfering javascript on content page

1921 byte By Piote at 2007-11-25 11:28:41
Hi,I have the following javascript: <script language="javascript" type="text/javascript">// Global variables.var numSeconds;var timerId = null;var timerInterval = 1000;var numUpdates = 0;// Handle OnLoad event.window.onload = Window_OnLoad;function Window_OnLoad(){ StartProcess();}//...

Pop Menu To website

186 byte By hemangijadhav at 2007-11-25 11:29:48
hi,<br/> i am creating a web page using asp.net and i want to generate a pop up menu for links like "Contact Us, Product List, Services " etc...<br/> how to do this pls reply <br/>thanks

Auto-Complete TextBox

356 byte By maverick786us at 2007-11-25 11:29:52
I want to create an Auto-Complete Textbox, in which when the user types an alphanet, it should show a drop down box in which it will display all the entries started by that alphabet. Those entries should be displayed from a database. Is it achievable without using AJAX? If yes can someone show me so...

Validation & redirect in asp page

1082 byte By shipwreck99 at 2007-11-25 11:33:02
I need to make an asp page that validates input the user submitted via a search page..Then it checks the database to determine if the search returns any result & redirect it to a search results page(if there is any result otherwise return to the search page)the validation rules for the inputs are:*I...

Dynamically include an aspx page

309 byte By ndkrishna_1981 at 2007-11-25 11:33:17
Hai, I want to dynamically include an aspx page into another aspx page.I used Response.WriteFile() but the problem is since there are two page directives the FF displays the second page directive. DO we have any other alternate method.plz help immediately.regards,krishna...

it doesnt display anything from anyother system

2428 byte By bhuraasif at 2007-11-25 11:34:41
hi everyone, I am getting user information from active Directory(AD). it works very good from my system(PC).but if i try from any other system(PC) of our network.it doesnt display anything. I have a complete application in my localhost under inetpub/wwwroot.now i am trying to run this application fr...

how to get password...

244 byte By bhuraasif at 2007-11-25 11:34:45
Hi, <br/>I am already logged in through active directory. <br/>now i want to get my password for furhter use. <br/>how to get password using asp.net(Vb.net) 2005 <br/>please help me out <br/>waiting for reply. <br/>ASIF

Xml

262 byte By btkaruna at 2007-11-25 11:34:47
hi,<br/>I need to dynamically retrieve stored wav file from database store this wav file as binary in xml and play the wave file in browser window.<br/>is it possible to convert stored data from sql server to xml file.<br/>Thanks in advance<br/>karuna

alphabetic character validation

489 byte By shipwreck99 at 2007-11-25 11:34:58
I'm using VBscript to validate a form in an asp page. I need to validate two textboxes. One for alphabetic character & the other will be alphanumeric(The first letter should be alphabetic & the next 5 should be numeric) how can i do it.after validating if there is any problem the asp page will...

Multi column list box

955 byte By Bill Crawley at 2007-11-25 11:36:40
Hi All,I have a couple of listbox's that currently display data in the format13.6 - xxxxxxxxxxxxxx13.65 - xxxxxxxxxxxxxxxxThe functionality of the boxes work fine, but I've been asked to display the data so that the columns line up:13.6 - xxxxxxxxxxx13.65 - xxxxxxxxxxI currently add items...

Facebook login

335 byte By natraj81 at 2007-11-25 11:37:36
Hi all,Am building a web application in c#/asp.net from which i need to logon(using my mail id and psswd) to facebook directly , that is without going onto the facebook login page. Can somebody help me out? It has been days since I started pondering over this. Should I use facebook api, if so how?Th...

[RESOLVED] padding a listbox

502 byte By Bill Crawley at 2007-11-25 11:38:06
Hi All,I create entries in a listbox in the form:Dim Newitem As ListItemNewitem = New ListItem(String.Concat(Sor.SORCode, " - ", Sor.Description), Sor.ID)lstBoxAssSors.Items.Add(Newitem)My SORCode may be anywhere from 1 - 7 characters.I want to be able to pad the characters with spaces or non-printa...

access denied to DLLs on first login attempt

3751 byte By hobbes_child at 2007-11-25 11:39:40
Hi, I hope you can help me with this irritating, time-consuming problem.My company has been given a legacy ASP.NET website to maintain.There is an irritating 'feature' every time we make a change to the code in Visual Studio, Build/Rebuild and test locally on our PCs: When we enter our lo...

Conerting html file to pdf in asp.net

41 byte By kanwaldeep81 at 2007-11-25 11:40:23
How to converthtml file to pdf in asp.net

multiple selection in gridviewrow

1865 byte By tis707 at 2007-11-25 11:40:52
Hi all a small questioni am working on project management applicationwhile adding a new project i have to insert users from different groups( by using query string i am getting groups name) users has different type i.e.. PM,TM,UserMy question is for one project there is only one PM is allowed, how c...

HttpClient

256 byte By natraj81 at 2007-11-25 11:41:05
Is it possible to logon to a site using HttpClient from my application provided I give the useId and password via POST method? Is it possible to obtain the session variable this way? If so, can somebody post the code for this....<br/>Thanks in advance

pie chart

134 byte By angelsRock at 2007-11-25 11:42:16
hi.. i am searching everywhere for the way to create a pie chart out from the value... is that anywhere free method that i can apply?

Asp-webchat

375 byte By VimalaManickavelu at 2007-11-25 11:42:35
Sir,I am newer to the dot.net field. I have to develop a web-based chat application within a short period. And the application should favour for future enhancement also.(Like Voice Chat). I dont know how to start with and proceed.I have seen that some of the applications are built through TCP. Kindl...

get and set values to html controls via asp.net

1290 byte By natraj81 at 2007-11-25 11:43:49
Hi all,I have an application in asp.net (in localhost) which fetches html and php code from the login page from facebook.com. The body part goes like this:<div id="book"><div id="sidebar"><a href=" http://www.facebook.com" class="go_home"> </a><div id="sidebar_content">&...

How to add a scroll bar to a particular column in a table(td)

458 byte By surendra.aluri at 2007-11-25 11:45:42
hi,i have a table with multiple rows contains data.i need to place a vertical scroll bar to a perticular td. is it possible?give me solution.ex.<table><tr><td></td><td></td><td></td> --- i want scroll bar for this column<td></td></tr>...

Video Streaming using Asp.net

244 byte By MathewJose at 2007-11-25 11:45:51
Hi everyone,<br/>Im goin to develop a video streaming application in dotnet.I'd like to know the optimized way of developing it.ie, whether Asp.net 2.0 to be used or Silverlight(0r any other) to be selected.Plz drop ur suggestions..

Image Preview Problem

401 byte By Bill Crawley at 2007-11-25 11:45:54
Hi All,I use a fileupload control to allow the user to select an image.I then want to show the image (preview) to the user before saving to ensure they have selected the correct image.Trouble is the asp:Image control expects a URL and I dont particularly want to copy the image temporarily to the Web...

How to windows/network user login name

90 byte By mansoor_aziz at 2007-11-25 11:46:12
do any buddy know how to get windows/network user login name in asp.net, with vb.net...!!?

The type or namespace name Form1 could not be found

1932 byte By zhshqzyc at 2007-11-25 11:46:29
It's very simple example. but...using System;using System.Collections.Generic;using System.Windows.Forms; static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main()...

Problem in datagrid of asp.net

253 byte By Shukla_Girish at 2007-11-25 11:47:03
Hi,<br/>I am having one datagrid which displayes data from one if the tables.Now i want when yser clicks on edit only the last columns should become editable and rest should be readonly,I am using run-time bidning,So how it is oissible? <br/>GIRISH

System.Data.SqlClient.SqlException: Login failed for user NT AUTHORITY\ANONYMOUS

1364 byte By Sachinkalse at 2007-11-25 11:47:09
Dear All, I have a web application (ASP.NET / framework 2.0 / Windows Server 2003) on one machine, i.e. Web Server and corresponding database (SQL Server 2005) on second machine.If I access the application from Web Server, it works fine, but when I access from a third client machine it gives followi...

Adding controls to the page from a web control

655 byte By hitai at 2007-11-25 11:48:25
I`ve created a custom web control. From my custom web control, I tried adding other server controls to the page. Something like thispublic class MyCustomControl : WebControl{ protected overriede void OnLoad ( EventArgs e ) { this.Page.Controls.Add ( new TextBox ( ) ) ; }}O...

Each record as separate report

2138 byte By g1m0v0n5 at 2007-11-25 11:48:35
Hai,I had developed one program to creating resume in pdf form by accessing the data from database.Software used Asp.Net 2005,Ms Access 2000, Crystal Report XI.What should be happen in my program?:For example consider 3 rows in my database and fields as id,name,qfn,exp,softknown,edu,....in detailed...

No postback on button click

782 byte By bluesource at 2007-11-25 11:48:50
I have a 2.0 ASP.NET web form. I am using VB.NET. I have a web server button control on the form, btnSubmit. I also have a lot of server validation controls on the form to validate the fields.--------------------1. When I run the form using FireFox, everything works perfectly.2. When I run the...