13,153 Topics

Member Avatar for
Member Avatar for MFiaz

I have a Crystal report it has dynmic information on page header when I export to excel, only first page header shows in excel. I am using asp.net visual studio 2008 sp1. if I export it to others format like pdf, word etc... its working fine lets assume page header …

0
55
Member Avatar for MFiaz

I have a Crystal report it has dynmic information on page header when I export to excel, only first page header shows in excel. I am using asp.net visual studio 2008 sp1. if I export it to others format like pdf, word etc... its working fine lets assume page header …

0
25
Member Avatar for deeptakshd

i created a page for searching records from database it is working well for repeater control but i want to display result in gridview......plz help [code] <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click" /><asp:Repeater ID="Repeater1" runat="server"> <HeaderTemplate><table width="100%"><tr><th>NAME</th><th>LAST_NAME</th><th>EMAIL</th></tr></HeaderTemplate> <ItemTemplate> <tr><td><%#DataBinder.Eval(Container.DataItem, "fname")%></a></td> <td><%#DataBinder.Eval(Container.DataItem, "lname")%></td> <td><%#DataBinder.Eval(Container.DataItem, "email")%></td></tr> </ItemTemplate> <FooterTemplate></table></FooterTemplate> </asp:Repeater> [/code] …

Member Avatar for dnanetwork
0
184
Member Avatar for ajwei810192

Hi, I have an application as in the following, [CODE] <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.XML" %> <script runat="server"> Sub submit(ByVal sender As Object, ByVal e As EventArgs) songNodesOut.Text = String.Empty If Page.IsPostBack Then mess.Text = "<p style='margin-left:-2em'>You selected <b>" & drop1.SelectedItem.Text & "</b></p>" End If Dim file As …

Member Avatar for kvprajapati
1
157
Member Avatar for deeptakshd

I m having a webpage(reminder.aspx) in which i need 2 select some date and enter some message ...and message should be displayed on home page(home.aspx)

Member Avatar for kvprajapati
0
61
Member Avatar for ariez88

I want to monitor the activities of all the folders present at "C:\Inetpub\ftproot\san".User can work on any type of files and not only text files.Since we have given 1GB space (lets say) to each user, so user can do anything to utilize this space. Variable "id" is redirected to this …

Member Avatar for kvprajapati
0
177
Member Avatar for pathostamuka

i have data which i am receiving as xml files and i need to put the data in a database and then use it to create reports on a windows app using vb 2008 anyone who can help me ?????

Member Avatar for pathostamuka
0
95
Member Avatar for dualdigger

How can I manage to lock or unlock access db query table. e.g. I have a game which displays few questions and then answers which are taken fromt the access db records. What I want is during the game play, it should remain lock till it is accesed, so that …

Member Avatar for nehasidana
0
198
Member Avatar for Z_KiNGPiN

I think maybe this is the right thread for it since i found out Google map control can be created using AJAX. so the question is simple, How to create Google Maps Control ? preferably in an ASP.Net environment. Found a source code here (GNU licensed) but it's too complex …

Member Avatar for Z_KiNGPiN
0
237
Member Avatar for deeptakshd

every thing if working fine when i am sending mail to single address..but i m not been able to find out a way to send mail 2 multiple addresses....plz help me......... [code]using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using …

Member Avatar for deeptakshd
0
141
Member Avatar for iamchamith

Hi I am use asp.net 2.0 with c# as the code behind file.... Are there any method,what measure how many uses come to our site per day.. If there is any method please help me Thank U

Member Avatar for sergb
0
82
Member Avatar for Muad Dib

Suppose I wanted to create multiple websites hosted on different servers, but I want some certain duplicate contents (e.g. news box that shows same headlines and news on both sites). The sites will be different, just the news box will have duplicate contents. What would be the best approach for …

Member Avatar for Muad Dib
0
171
Member Avatar for amy2389

how can we read data from serial port,if data is arriving continuously. the hardware sending the serial data includes microcontroller and max232. the software to access the data is a website made using visual studio 2005(c#). if someone has worked and has successfully received data serially, please help.

Member Avatar for dnanetwork
0
73
Member Avatar for choralqiu

[code] Dim subString As String() = Nothing subString = textBox.Text.Split(" ") searchSource.SelectParameters.Item("ContentText0").DefaultValue = subString(0) searchSource.SelectParameters.Item("ContentText1").DefaultValue = subString(1) [/code] Here's what i'm trying to do. So if I two words put into the textBox, this will work. But I'm really not sure how to modify this so it can fit the …

Member Avatar for choralqiu
0
74
Member Avatar for deeptakshd

i am planning to have a web page in which user can add text as reminder and select a date ......now this text has to displayed on the home page of website when date is same as current date ...plz help

0
56
Member Avatar for Arizona Web

We run a .Net environment, and we are adding a blog to our site. We would like to keep it consistent (keep it in .Net) and we would like to get the most bang for our buck (or free if it exists lol). Any suggestions?

Member Avatar for briangillet
0
151
Member Avatar for Jean Gwyneth

Hi there, I am trying to create an upload functionality for my application. User can only upload an excel format file. I already have a standard formatted excel (which means i don't have to worry about the column fields,file extension, excel version etc..). User just have to fill the cells. …

Member Avatar for mono_jit23
0
179
Member Avatar for iamchamith

Hi... I have Question For maintain exceptions in ASP.net... I am use ASP.net 2.0 with C# as code behind file... My Question is we think in some web site some exception was [B]Not[/B] handle...There for There is the Exception occur... In that time,what,when that exception occur..want some globle page load,like …

Member Avatar for rohand
0
120
Member Avatar for lisles

how to open datalist containing multiple images on click on link button in selectedIndexChanged [code] protected void SelectedIndexChanged(object sender, EventArgs e) { dlEvntImages.Visible = true; BLL_NewsAndEvents objNE = new BLL_NewsAndEvents(); objNE.title = dlEvents.DataKeys[dlEvents.SelectedIndex].ToString(); objNE.getImageDetails(); if (objNE.tests) { DataList dllEvntImages = (DataList)FindControl("dlEvntImages"); //Label lblMsg1 = (Label)FindControl("lblMsg"); Label lblMsg1 = (Label)dllEvntImages.FindControl("lblMsg"); //(dlEvntImages.SelectedItem.FindControl("lblMsg")); …

Member Avatar for dnanetwork
0
553
Member Avatar for deeptakshd

I am having a webpage in websites which is required to send mail to a particular mail address mentioned in the textbox

Member Avatar for deeptakshd
0
270
Member Avatar for ariez88

This code is working fine but opening folder on windows explorer, what i want is to open the folder on webpage. The folder is present on a FTP server named "SAN".What changes should be made in this code????? THANX..... [code] //// Opening Respective Folder of a User //// DirectoryInfo directories …

0
68
Member Avatar for deeptakshd

i m having a menu bar in my master page..... how can nagivation using the menu bar takes place when query string needed to be integrated in it.

Member Avatar for deeptakshd
0
69
Member Avatar for rickster11

I set the title of my master page so all of my content pages would have the same default title. However, I wanted a couple of the pages to have a unique title. Is there a good way to do this? I know I could get it if I removed …

Member Avatar for sergb
0
76
Member Avatar for loveforfire33

Hi, i have got a popup box on a aspx page using JavaScript - what i would like to happen is after the user clicks the box for the browser to navigate to a different aspx page. i have tried using response.redirect and other methods - to no avail. i …

Member Avatar for loveforfire33
0
150
Member Avatar for dragonfly99

Hello, I have a web service in which i am making connection to the database to get data..now i want that the app pool account should be used to make the connection and not the current user's credentials..can somebody tell me step by step what changes do i need to …

0
45
Member Avatar for ajwei810192

Hi, I wonder if anyone on this list has tried to mix numerical variable, such as 1, 2,3 within an xpath expression. [CODE]songList = document.SelectNodes("/music_songs/song[category='" & drop1.SelectedItem.Text & "'][item_number_first<=position()<=item_number_last]")[/CODE] For some reason, item_number_first and item_number_last appear to have no value in the above code snippet, when they do have values …

Member Avatar for ajwei810192
0
65
Member Avatar for djbsabkcb
Member Avatar for maria_mj

In my gridview, there have a few column that contain number. At the bottom of the gridview, I want to add one row to display the total of the number for that certain column. How to do that? i have no idea. can someone help me??

Member Avatar for rohand
0
671
Member Avatar for vipin narang

I am trying to make the dynamic table can any one tel hoe to make the table which get data from the database as data from database delete the table row and column also delete

Member Avatar for vipin narang
0
67
Member Avatar for ja3_bhende

As this is a known issue,I already run microsoft hotfix update for this problem.Also added z-index = 1000 for DynamicMenuStyle.I have also used CSSFriendlyAdapters. At last I hav also added <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> in master as ell as my Default.aspx where I want to display menu.Menu list is from …

Member Avatar for mikev2
0
134
Member Avatar for reza.adinata

Hi, I am a beginner, and trying to call an image inside a form. So basically, I have done a simple WPF application in which if I press a button, I will managed to show an image in my main form. So, the code is below : [CODE]private void btnAddMore_Click(object …

Member Avatar for reza.adinata
0
185
Member Avatar for ajwei810192

Hi, I have a question regarding an issue on submitting a form multiple times. For some reason, my form takes one submit, but then the others, I don't see changes of result. Here is the app: [CODE] <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.XML" %> <script runat="server"> Sub submit(ByVal sender …

Member Avatar for ajwei810192
0
122
Member Avatar for ar31an

hello mates, i am working on a project of online resume management system and i am encountering an exception while creating resume. [b] Exception: Data type mismatch in criteria expression. [/b] i have attached the database tables list, here is my code for Create Resume-1.aspx.cs [code] using System; using System.Data; …

Member Avatar for finito
0
138
Member Avatar for habib55

hi all, I need help or an idea in asp.net for 1.) Reading all the contents of a page against a url. 2.) Convert all these contents into a pdf file. Thanks.

Member Avatar for habib55
0
112
Member Avatar for ypdev

Hi Everyone, I developed a page with [URL="http://freetextbox.com/"]FreeTextBox[/URL] object which allows update text using rich text format. Now, If I type "TEST 123" and submit the data - works fine. If I type "TEST 123' and submit the data - I recieve the following error: Syntax error (missing operator) in …

Member Avatar for ypdev
0
103
Member Avatar for becraig

So the problem I have is being able to get the value from the <asp:buttonfield /> I am using now and running a query based on this. I want when I postback to have a sql query and a gridview generated based on the string passed from the button click. …

Member Avatar for becraig
0
117
Member Avatar for ariez88

i am creating a website using ASP.NET (C#) using FTP problem: i have assigned a folder with a storage space let say 1GB to a user now what i want is to keep track of the storage space ulitilized by the user. for eg if a user saves/deletes a file …

Member Avatar for rohand
-1
326
Member Avatar for visweswaran28

Hi, This is my code. Here I want to retrieve return value of stored procedure. when I am executing this, I am receiving exception as string[1] string invalid index[0]. coding.. cmd.CommandText = "sp_dat_enc" Dim params() As OleDbParameter = {New OleDbParameter("@pVisitDates", r("visit_dates").ToString)} Dim ret_val As New OleDbParameter("@DataOut", OleDbType.VarChar) ret_val.Direction = ParameterDirection.ReturnValue …

Member Avatar for dnanetwork
0
115
Member Avatar for ariez88

In this page administrator can update the records of users.he will 1st enter user's id to search the record of a particular user and then all the stored data about user like FullName, MobileNumber, CreationDate, CNIC appears in the respective textboxes.i have made two different attempts but none succeeded. In …

0
81
Member Avatar for ariez88

i want to give administrator of my website the privilege to change his password tht is stored in xml.the administrator types the new password in "NewPass.Text" and then retype the password in "ConfirmNewPass.Text". We have successfully compared the condition in the "IF" statement.The problem is inserting the password into xml(in …

0
67
Member Avatar for bharatshivram

hi i am using vs 2005 asp.net c#. there is a database in which i perform the select max(col) operation in sql, how can i lock the database such that when 1 user is performing this operation, others will not be able to access the page( carry out insert operation) …

Member Avatar for reach_yousuf
0
111
Member Avatar for lupis

In my webconfig file, I am using Forms authentication and I have: <forms name="appNameAuth" path="/" loginUrl="login.aspx" protection="All" timeout="30"> and my default.aspx page is protected as it should. After logging with the proper credentials I am directed to the protected default.aspx page, however when viewing other pages of my website in …

0
80
Member Avatar for lupis

I have a multiview control with two views, with the first one loaded as default. On that form I have two textboxes which are both connected to a requiredfield control. I also have one submit button control for the textfields, and a linkbutton control to show the second view in …

Member Avatar for lupis
0
91
Member Avatar for lupis

To start with I a am a newbie and I know I have done this wrong, probably in my webconfig file. These are my settings in the webconfig file: [CODE]<forms name="appNameAuth" path="/" loginUrl="login.aspx" protection="All" timeout="30"> <credentials passwordFormat="Clear"> <user name="xxx" password="xxx"/> </credentials> </forms> </authentication> <authorization> <allow users="?"/> </authorization>[/CODE] For my login.aspx …

Member Avatar for lupis
0
130
Member Avatar for nmirkov

Hi, I'm using Visual Studio 2008 SP1, and SQL Server 2005 for educational purposes. I'm working in few diferent projects ang jumping from one to another. Now I run into following problem, and after few hours I got some conclusions but not solved the problem entirely. PROBLEM : When I …

0
42
Member Avatar for culebrin

Hi, I have a website on NET 2.0, there I have a textbox and after I change the text on it with a js function, try to save on the DB (I have to click on a imagebutton to save it), but on the postback the textbox.text property has the …

Member Avatar for ja3_bhende
0
2K
Member Avatar for rushtonitesh

Hello I am working on a website where i need to implement a functionality like this - "You download will start in 10 or few seconds, other wise click here" This is a common message which you all must have seen when we try to download a file from some …

0
49
Member Avatar for sureshrajanmca

in trusted connection hw will we get the client windows user id.i am getting only server windows user id when i run the application in server.by when client run iam not getting client windows user id.

Member Avatar for jinus
0
151
Member Avatar for Modi2006

string str = ""; for (int i = 0; i < 2; i++) { foreach (RepeaterItem r in Repeater1.Items) { CheckBox c = (CheckBox)r.FindControl("chkModule"); //Response.Write(i); if (c.Checked) { str += "true,"; //Response.Write("True" + "&nbsp;&nbsp;&nbsp;" + str + "&nbsp;&nbsp;&nbsp;<br />"); //Response.Write("True" + "&nbsp;&nbsp;&nbsp;" + str + "&nbsp;&nbsp;&nbsp;" + i + "<br …

Member Avatar for Modi2006
0
90
Member Avatar for ajwei810192

Hi, I have a question regarding an issue on submitting a form multiple times. For some reason, my form takes one submit, but then the others, I don't see changes of result. Here is the app: [CODE] <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.XML" %> <script runat="server"> Sub submit(ByVal sender …

0
61

The End.