13,936 Topics

Member Avatar for
Member Avatar for RobinR

It's hard to explain this but I will do my best. I am building an Intranet application which needs to authenticate users off Active Directory after identifying them through their Windows login username. Below are the series of events that need to happen: 1. User logs onto their Windows desktop …

Member Avatar for P.K.Chaudhary
0
104
Member Avatar for ninjaimp

I've been doing battle with some code for a while now and at it seems that the problem lies with the data im using. I have a load of binary informatin for images which is stored in a tab delimted file and im pulling them in record by record. Now …

0
240
Member Avatar for Tekmaven

I know a lot of vBulletin people view these forums, and some of the developers are Moderators here. So, the question is, would you guys ever convert over to ASP.NET? I'm not saying dump php, just run on two different systems. If you guys did, I know you would make …

Member Avatar for samarudge
0
408
Member Avatar for rajupatel544

I am using Silverlight since last 25 days and it changed the way of coding. I am embedding everything in xap which makes me little confuse. My Question: 1. To what extend we need to write the code in aspx 2. If I am developing and ASP.NET application with Silverlight …

0
41
Member Avatar for ninjaimp

im trying to create a simple form of saving an image as binary data to a db. i never done work in this area and have never played with 'byte' types Im working fro a tutorial in C and while converting i keep getting the error 'type 'byte' has no …

Member Avatar for Teme64
0
275
Member Avatar for sonia sardana

Hi frnds i download the kit from the site- [URL="http://ajaxcontroltoolkit.codeplex.c...eleaseId=16488"]http://ajaxcontroltoolkit.codeplex.c...eleaseId=16488[/URL] I download the 3rd one.. AjaxControlToolkit-Framework3.5SP1-DllOnly.zip I want to ask u that how to include ajax toolkit in VS 2005..so that when i craete new Website..It shows me ASP.Net AJAX Enabled website.. Reply With Quote

Member Avatar for greeny_1984
0
99
Member Avatar for blackbr

I have a web panel full of buttons. I want the panel to not be visible at first. But while it's invisible, I want to set certain buttons to visible/invisible and enabled/not enabled. Then, when I make the panel visible, I want my buttons to have the attributes I set …

Member Avatar for greeny_1984
0
171
Member Avatar for bardogo

Hi all, I got IIS 6 installed with ASP .NET 1.1. I wrote a simple page echoing a query parameter into an HTML page. What i have noticed is that any URL encoded character in the range %80-%FF gets removed and does not echo. So if, for example, I send …

Member Avatar for P.K.Chaudhary
0
76
Member Avatar for happyns

Hello everyone Im doing a dummy project in asp.net. I have a table named trains with following fields: 1. Sno(Primary key, Identity Increment, integer) 2. Train_no(varchar(100)) 3. Train_name(varchar(200)) 4. Route(varchar(1000)) 5. Start(varchar(100)) 6. End(varchar(100)) For this i have created a stored Procedure in this way: [code]Create Proc [dbo].[sptrainselect] @select int, …

Member Avatar for vizy
0
121
Member Avatar for Keith12

Well, there are lots of bulit in functions, under the objects: response, request, server. As for JScript and VBScript being intergrated... You can use either language. Which ever one you know best. So for example, you choose VBScript, mostly all the ASP coding is with VB syntax and you can …

0
64
Member Avatar for JohnDarlington

Hi, I have been developing in .Net for about 1 year with my current employer, and I'm really looking to broaden my horizons. Can anyone point me in the right direction?? I would appreciate advice on which jobboards, agencies or other ways you get jobs. Regards John

Member Avatar for bluesea50
0
147
Member Avatar for mahdiahmadirad

[I]Hi Dears![/I] I am thinking about working with remote data and receive or send data actually in external web sites. we have a large amount of examples in World Wide Web are working. For example: free online web tools like web stats OR Google's Ad Scene .... . you know …

Member Avatar for mahdiahmadirad
0
77
Member Avatar for aashil

I have created one login page named login.aspx. And one database named ADMIN. I have created one table named ADMIN and in that table there are two fields ADMINISTRATOR and PASSWORD. And I have put 2-3 records in it. When I click on login button, it should check in database …

Member Avatar for irishlonewolf
-2
193
Member Avatar for johnny.g

hi ,,i m using asp.net 2005 in VB language and sqlserver 2005,,so here i m with a new problem......i have a textbox and a button in my form,,,i m using a table called as details..i want the fname from details table to be displayed in the textbox and on the …

Member Avatar for P.K.Chaudhary
0
192
Member Avatar for clownshoes2009

Hi there. I have this piece of code that should email the details some has entered and also add the details to a table in my sql databse. It seems to correct, the email sends fine, but nothing gets added to the table in the databse. Anybody able to see …

Member Avatar for P.K.Chaudhary
0
104
Member Avatar for DanielPartridge

This may be a simple solution but I cant seem to find it anywhere! Basically I have just added an imagebutton to My masterpage I have just realised that on my login page i type in the credentials and hit enter however this triggers the image button click event and …

Member Avatar for BzzBee
0
389
Member Avatar for Slovig

Hello. I've coded in VB before, but I've only started mixing it with asp. I'm trying to make a scoring website for an annual school competition. I have it based on one main page, and one database. When the page loads, I have it reading all the values into the …

Member Avatar for P.K.Chaudhary
0
195
Member Avatar for SID.SIL

Hi Everybody I have a problem.I need to open an AutoCad File from my ASP.NET page. I am not going to work with it in my application I just need to open it. I am not sure but I think its the same way to open an Autocad File, or …

Member Avatar for ithelp
0
93
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
79
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
321
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
75
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
118
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
87
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
67
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
107
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
114
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
75
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
65
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
68
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
155
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
37
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
118
Member Avatar for pranava

Hi I have got this problem while developing an AddIn for Outlook. I have a code that is developed in VB 6.0. Now, I want to use that code in my VSTO project. But, as we know .NET dont support pointer, this application got many errors. I have searched, googled, …

0
41
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
933
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
128
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
105
Member Avatar for shazzy99
0
62
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
78
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
91
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
66
Member Avatar for ahmed_fawzy

hello every one my name is ahmed and i'm studying computer science and i in my 3rd year and i will begin to work on my graduation project......and i learned c# [CONSOLE application]....ADO.NET......ASP.NET......SQL SERVER 2005 [IMPLEMENTAION] .....and i really don't have the idea to work on it ...so i need …

Member Avatar for thoughtcoder
0
120
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
99
Member Avatar for Binodshah

Uploading the image or the or the folder browser in asp.net is a simple task.But as far as the vb.net is concerned there is no file uploader toolkit.So what can be done in order to upload the image or the folder in the vb.net?

0
48
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
49
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
73
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
79
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
766
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
301
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
145
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
85

The End.