12,085 Topics

Member Avatar for
Member Avatar for WinginSue

Hi, I am fit to be tied here. I have a page that feeds information into a new page. I have it put the information into a label. This works great. [code]<asp:Label ID="lblItems" runat="server"> <% if PreviousPage IsNot Nothing then dim SourceLabel as Label dim strMsg as string SourceLabel= PreviousPage.FindControl("lblItems") …

Member Avatar for WinginSue
0
78
Member Avatar for mangesh5588

I have 1 data gridview. in that first is ID column . for that i assign a auto index number with sql server (isidentiyt). the next colomn is response id, for this column also i want autonumber id like 1,2,3,4..... . i see we cant assign to index identity with …

Member Avatar for srikanthkadem
0
314
Member Avatar for yas9

Hi, I have a button on the parent page that when I click it, a popup window appears. In the popup window the user enters a value in a text box and clicks a button to return to the parent page. The entered value in the popup window is sent …

Member Avatar for greeny_1984
0
73
Member Avatar for fawadkhalil

Hi all I have datagridview that shows tasks to be done by user.One of gridview column shows priority of task as icon.Now i want to add tooltiptext to icon as "high priority, low priority or medium".

Member Avatar for fawadkhalil
0
113
Member Avatar for WinginSue

I just replaced a bunch of tables with datagrids for the purpose of easier coding. The tables are all in <div> codes so they are hidden, using CSS, until a user clicks a link. I have one <div> that is not hidden. It shows when the page is first loaded. …

Member Avatar for WinginSue
0
84
Member Avatar for CornerAnalyst

I am using Context.User.Identity.Name to get the user that is logging into the system through the internet. Unfortunately, their credentials are not being passed to the web application. How should I setup IIS ( Integrated Authentication , Application Pool using Network Services, ???) in order that the web application receives …

0
66
Member Avatar for WinginSue

I am attempting to figure out how to use a datagrid with checkboxes. I found some information for using an item template and the FindControl method. I am using Dreamweaver to program so I'm sure I'm not getting all the bells and whistles that VB.NET has to offer. I'm stumped …

Member Avatar for CornerAnalyst
0
106
Member Avatar for nzkks

[MS SQL Server 2005, Visual Studio 2005, ASP.Net 2.0(with VB.net coding) website] Hi, I have a brand table which is inter-related with many other tables. SQL generation code below. [CODE] /****** Object: Schema [Product] Script Date: 03/27/2009 10:15:22 ******/ CREATE SCHEMA [Product] AUTHORIZATION [dbo] GO /****** Object: Table [Product].[Articles] Script …

Member Avatar for nzkks
0
107
Member Avatar for nithysony

HI Everybody, I am struggling with regular expression validation control.Actually my requirment is user can enter either [1-9] or [1-9] [1/2](half)like 2 1/2 value or only 2. I am struggling a lot.I got one expression.But i wont allow the user to enter only number.Its asking 1/2 also.The expression is ^\d* …

Member Avatar for vizy
0
71
Member Avatar for suju_jm

For validation purpose i want the page size property of the gridview from javascript. I am using .net 3.5 and ajax. Thank you in advance

Member Avatar for greeny_1984
0
63
Member Avatar for yorockk

i have some hyperlinks on a form.I have set the navigate url of all the hyperlinks to a single destination page("display.aspx")i.e.clicking on ne of the hyperlinks would take you to the same page "display.aspx".. but based on which hyperlink i hav selected, accordingly values from database will be retrieved and …

Member Avatar for greeny_1984
0
65
Member Avatar for venkatad

Hi all , I am a newbie here, excited to join in this community. Here I have a question reg asp.net and MSaccess. My application runs on asp.net with msaccess as backend. I need to implement a search, search by studentID which is an int. The user will put a …

Member Avatar for greeny_1984
0
150
Member Avatar for santosh.kanna

i have a server configured with active directories. and have a client system for this server. now i am created a user for that client system in active directory. i can login in client system with that login details which is created in active directories in server machine. but now i am trying …

0
35
Member Avatar for mangesh5588

how to generate and email the page link to email id which is stored in database? Please help me . I have idea just about the http handler but how to use it i don't know! please help! regards mangesh5588

Member Avatar for mangesh5588
1
115
Member Avatar for SID.SIL

Hi Guys It´s my first time here and Of course I have a problem. I have a gridView with a Hyperlink and I´d like to open a Modal Pop Up when I to click in this link. How can i do it? is it possible? Thanks a lot everyone regards

Member Avatar for SID.SIL
0
891
Member Avatar for gary2009

Just to cut straight to the heart of the problem: I only recently started working with asp because my current employer's website was built using asp.net and he requested I make some changes to the design/layout. In addition to the website there's also a kind of front-end content manager to …

Member Avatar for gary2009
0
127
Member Avatar for naseeh

I'm having trouble formatting the datetime field in a gatagrid. I am able to format the date using: <asp:BoundColumn DataField="MyDateColumn" DataFormatString="{0:d}" ... /> But Since I'm using two tables, I'm creating the datagrid manually instead of using "GridView" from the Toolbox. My Code: ================ [code]Dim comm2 As SqlDataAdapter = New …

Member Avatar for P.K.Chaudhary
0
102
Member Avatar for Hsus

Hi... I need to implement multithreading in vb.net....I need to pass a parameter to the function which will be called by the thread...Can someone help me with this?

Member Avatar for jbennet
0
74
Member Avatar for ritubhatia

Hi, I am new to this place. I am creating a website in which i need to answer queries from the clients. In the frontend the clients submit queries which reach my inbox. This is done. Now i wish to generate a new query id for every query and write …

Member Avatar for P.K.Chaudhary
0
87
Member Avatar for pancgom29p

Hi... I have designed a website and our development team has done the development on asp.net. We seem to be having an issue when we publish the text. If you can check the attached screenshot it shows that the text disappears when it rolls down. We have tried different options …

Member Avatar for WinginSue
0
63
Member Avatar for thenamenoonehas

Hi everyone, I'm currently building an app to automatically generate meeting requests for MS outlook calendars. Below i have a snippet of the VCS file that im using to post out to the attendees. As the meeting request comes in, i get a message stating that "The Organizer has not …

0
97
Member Avatar for sanam

Hi I upload powerpoint file using this code: [CODE] if (File1.PostedFile !=null) //Checking for valid file { // Since the PostedFile.FileNameFileName gives the entire path we use Substring function to rip of the filename alone. string StrFileName = File1.PostedFile.FileName.Substring(File1.PostedFile.FileName.LastIndexOf("\\") + 1) ; string StrFileType = File1.PostedFile.ContentType ; int IntFileSize =File1.PostedFile.ContentLength; …

0
48
Member Avatar for salientknight

I have my code in a .CS file. I've writen a ton of methods, which work fine and had lots of seccess including code in this file. I have also been able to declair sql objects at the class scope with no problem. My problem is that everytime I try …

Member Avatar for salientknight
0
70
Member Avatar for lefrancisco1

Hi, Iam starting my career as a .net developer.Kindly tell me how to proceed.Iam the beginner in .NET.what all i need to study.Kindly give me one basic login page example.

Member Avatar for konczuras
0
76
Member Avatar for Khushi2$

I have created image button at run time. But I want to know when I will click on this button then its click function will get call.How to create click event of this image button. I have tried [code]Function bindgrid() { Buttonname.click+-new ImageClickEventHandler(Buttonname_click); } Protected void Buttonname_click(object sender, ImageClickEventArgs e) …

Member Avatar for tybalt88
0
724
Member Avatar for ChimpusDupus

Hi, I am creating a page in which thumnails, in the form of Image Buttons (System.Web.UI.WebControls.ImageButton), are dynamically created based on which LinkButton is clicked out of a group of several links. I need each thumbnail to generate a full-size image on the page when clicked. I would use the …

Member Avatar for tybalt88
0
290
Member Avatar for choudhuryshouvi

Hello all folks... I have an asp.net web application which uses Microsoft Sql Server 2000 as its backend....Our application is a Payroll Management System.. The system is fully completed and uploaded to the local server in our client offices....The system is build on WinXp platform...the apps is running in the …

Member Avatar for choudhuryshouvi
0
140
Member Avatar for ramesh.a

I have two website projects in vs 2008 and i need to integrate with these two projects and i want session to be shared amoung the projects, Is it possible in vs2008?

Member Avatar for ramesh.a
0
82
Member Avatar for ashkan3030

Dear my friends, Here is my serious problem, Is it possible get the TREE VIEW in right to left position in asp.net .

Member Avatar for brightline
0
114
Member Avatar for anitha joe

Hello frens, I am new to ASP.Net and I am trying to create an application where I want to send my form contents to my email ID. I used the 2 approaches. 1) HTML form: [code=html]<form enctype="multipart/form-data" runat=server action="mailto:abcd@efgh.com" method="post"> <p>Enter your name below:<br /> <input type="text" name="names" size="100" /></p> …

Member Avatar for brightline
0
167

The End.