Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~6K People Reached
Favorite Tags
Member Avatar for GTTravis

I have a task and a half that i am sure i can do, just want to be pushed in the right direction: i have a web page (asp.net c#), on it has a button that when clicked should launch the file dialog window, users must be able to select …

Member Avatar for GTTravis
0
148
Member Avatar for GTTravis

Hi Guys, I have a asp.net web form that takes in a local user email address, on page onload i want to query active directory using that email address, and a specific group in active directory. if the user is found in the group i show the remaining controls on …

Member Avatar for JorgeM
0
114
Member Avatar for GTTravis

Hi Guys, I know the asp.net file upload control only allows users to select one file at a time, however i am looking for another way using asp.net to allow the users to select multiple files? Has anyone done this before?

Member Avatar for darkelflemurian
0
309
Member Avatar for GTTravis

Hi Guys, I have a dropdownlist that is being populated with entries from an sql database, the dropdownlist has about 50 entries already. What i aim to do is allow the users to type within the dropdownlist and it generates from that list a smaller subset of items based on …

Member Avatar for geniusvishal
0
202
Member Avatar for GTTravis

i have a database with several paths looking like the one below C:\S&M Site Project\NEWSMAA\SitePhotos\2\GUY093\GUY093-Tulips.jpg what i aim to do is load the images into a gallery control (if one exist) the users viewing the images should be able to do either of the following: 1.Double click on an image …

Member Avatar for geniusvishal
0
97
Member Avatar for GTTravis

Hi guys, let me get to the point: I want have a button that when clicked allows the user to browse to any folder in any location whether it is a flash or the c-drive. Depending on the location and folder selected the user must see all image files in …

Member Avatar for geniusvishal
0
167
Member Avatar for GTTravis

Hi Guys, I am attempting to write an application that copies any file from the user's local machine to another server on the same network. The Catch The server that will house the application is separate from the server that will receive the files from the local user's machine. In …

Member Avatar for GTTravis
0
787
Member Avatar for GTTravis

Hi guys, I am attempting to build a asp.net page that will allow users to upload multiple photos, view them in a gallery and remove them if necessary. Details Photo Upload Part >> Users will be able to select multiple images of varying types (png, gif,jpg) from any location on …

Member Avatar for pritaeas
0
137
Member Avatar for GTTravis

Hi Guys, i am working on a application that requires users to answer questions....what i want to do, because of the fact that the page has a lot of questions is to have some paging system on the form as well as keep page state whenever the user moves to …

Member Avatar for GTTravis
0
133
Member Avatar for GTTravis

hi guys, i want to create a database driven panel, that is whenever the page loads how much ever entries in the database thats the amount of panels which must be created. any suggestions....tutorials would be welcomed i also would like to have each panel have the ajax collapsible extender …

Member Avatar for GTTravis
0
91
Member Avatar for GTTravis

hi guys, i am looking for a control which has several headings from a database, regardless of the heading when clicked it should it expands to reveal a list view which can be edited.

Member Avatar for GTTravis
0
107
Member Avatar for GTTravis

Hi Guys, i have three textboxes the first 2 should only allow users to enter numeric values (0-9) and decimal eg (5.2 , 5.5) the third textbox should allow the first three characters entered to be YUP followed by numeric values only. eg YUP453 or YUP439. Can anyone provide me …

Member Avatar for GTTravis
0
96
Member Avatar for GTTravis

I have a form that has a dropdown list with all the ID's of a particualr table in my database what i want to do is whenever the user selects a particular ID the remaining fields along with the id selected are loaded in a listview. and this dynamic list …

Member Avatar for GTTravis
0
274
Member Avatar for GTTravis

hi guys i have a table in a database with data of which i want to display in a tabular format. In addition i want also to be able to edit a particular column of the displayed tabular data but the editing will only allow for the rentering of numbers, …

Member Avatar for GTTravis
0
204
Member Avatar for GTTravis

Hi Guys is me again!! I Have a question, if i have 2 asp.net pages (web forms) and form 1 (page 1) has a link that when clicked will generate form 2 (page 2). The trick is that form 2 (page 2) has a label that must load with a …

Member Avatar for JorgeM
0
93
Member Avatar for GTTravis

Would it be appropiate to display errors (customer user) via a alert? The reason for this question; in windows development if a user makes a mistake with there login details you would flag a notication using a messagebox in web development what is the custom?

Member Avatar for TimCadieux
0
68
Member Avatar for GTTravis

hi guys, i have a database with a bunch of start and end dates for various users what i envision to do is depending on the user logged on that user only sees calendar values for the start and end range example: User Travis Start 21/06/2012 End 21/09/2012 Hence on …

Member Avatar for kvprajapati
0
104
Member Avatar for GTTravis

Hi Guys, I am extremely new to ASP.net using C# the task i have at hand is as follows: Page Load Tasks 1. Ensure that the LDAP is online first and if it is not provide the user with a message plus send a outlook mail to the administrator. Once …

Member Avatar for nuevoenjava
1
113
Member Avatar for GTTravis

Hi guys, i am new to asp.net and the little i know so far the one challenge for me has been site design. i am looking for a book, video, tutorial etc whereby i can produce a simple site design that is flexible regardless of the web browser used, and …

Member Avatar for kvprajapati
0
52
Member Avatar for GTTravis

hi Guys, i am planning to teach myself ASP.net using vb and c# via the visual studio 2010 ide. my issue is that many books keep recommeding visual web developer as the tool to use but i want to use Visual Studio 2010 and hence can somebody point me in …

Member Avatar for thines01
0
136
Member Avatar for GTTravis

I have derived another challenge for myself, I created a package on an sql server (sql server 2000) this package populates a table in a particular database with data from a datasource. Every time i wanted the table to be updated i would go to data transformation services>> local packages …

0
48
Member Avatar for GTTravis

In my spare time i give myself programming stuff to do. Today i want to write a function that goes through a string, if the string contains any numeric value the function must return false, if the string has any special characters it must also return false else return true. …

Member Avatar for GTTravis
0
136
Member Avatar for GTTravis

hi Guys, i have several clients on a LAN network, these clients all have access to a particular sql server. i want to write an application that allows any client on the network to send one or more messages to another client on the network providing that both clients have …

Member Avatar for Oxiegen
0
94
Member Avatar for GTTravis

I have four crystal reports already created. I want to incorporate those reports into an application whereby when a user clicks on a menu item the report opens in a new tab providing that it is not opended already. i would be grateful if i can have some insight from …

Member Avatar for GTTravis
0
110
Member Avatar for GTTravis

Hi Guys, I am having a little programming jam at the moment. i have a datagridview set up whenever the user selects a row i am able to capture the necessary details but what i really want is the next row providing that the user selects the previous row. example …

Member Avatar for M.Waqas Aslam
0
79
Member Avatar for GTTravis

hi guys, upon form load my datagridview is populated with data from an sql table. The datagridview has 3 columns Name, Amount and Cost. The Cost and Amount fields are have Zero as their default values. Whenever the user enters new values in those 2 fields i am using the …

Member Avatar for thines01
0
96
Member Avatar for GTTravis

Hi Everyone, I have MICR cheque Reader which scans the cheque and picks up data from the cheque like amount, account number etc. I want to interface this device in a vb.net application, however i have very little knowledge on how this can be done and i am seeking any …

Member Avatar for kingsonprisonic
0
112
Member Avatar for GTTravis

Hi Guys, i am looking for a little direction on an issue that is poundering on my mind. I want to prevent a form from loading if the systems regional datetime settings format for the date is not in the form of dd/MM/yyyy. any suggestions will be welcome.

Member Avatar for GTTravis
0
327
Member Avatar for GTTravis

Hello Everyone, I wrote a function that allows me to retrieve data from a single SQL table and place it into 3 datagridviews. The problem i am having is as follows: * Whenever a user types something in anyone of the datagridviews that information is recorded in all three of …

Member Avatar for GTTravis
0
1K
Member Avatar for GTTravis

Hi Guys, I wrote a function that returns the number in a particular field, my issue at the moment is how to update that field before i return the previous value i collected from the field. i am seeking any guidance available. Enclosed is the function i wrote. [CODE] Function …

Member Avatar for adam_k
0
112