Posts
 
Reputation
Joined
Last Seen
Ranked #215
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
81% Quality Score
Upvotes Received
24
Posts with Upvotes
16
Upvoting Members
11
Downvotes Received
5
Posts with Downvotes
3
Downvoting Members
4
21 Commented Posts
~71.0K People Reached
About Me

Application, web developer

Interests
Reading war novels and court room thrillers
Favorite Tags

117 Posted Topics

Member Avatar for Duki
Member Avatar for Randy001

I am currently programming for a touch screen terminal. I use ASP.NET (vb) and the terminal does not care what language I use. Your touch is as good as a click! So not to worry, I think you should concentrate on delivering the product, touchscreen or no, you would not …

Member Avatar for Brian_8
0
359
Member Avatar for sk8ndestroy14

[quote=joshSCH;378105]793 lol.. idk, I just assumed that we were counting to negative infinity.. might take a while though..[/quote] 713 About when did this countdown start? Looks quite interesting

Member Avatar for cproger
0
7K
Member Avatar for The Dude

[quote=~s.o.s~;372943]Here are some:[/quote] That was pretty good, man. I like the superman stuff too. Never heard any of it before.

Member Avatar for Ene Uran
9
4K
Member Avatar for tirumal

You have to indicate what type of command you are using. This could be got from the commandtype.property. Indicate that it is text and not a storedproc or others. It should work. Get back if it doesn't :)

Member Avatar for raficomps
0
2K
Member Avatar for pygmalion

[quote=WaltP;368181]I had that at one time... Here's something I found back in the 80's: ======================================== [B][I]Creators Admit Unix, C Hoax[/I][/B] In an announcement that has stunned the computer industry, Ken Thompson, Dennis Ritchie and Brian Kernighan admitted that the Unix operating system and C programming language created by them is …

Member Avatar for WolfShield
1
515
Member Avatar for kalyanapu

tuse, your online test solution looks interesting. I had downloaded a copy and was wondering which version of vs did you use for development. v2 or 3.0?

Member Avatar for nirajs
0
263
Member Avatar for Duki

It's understandable that men are more from the statistics shown. I would really like to see more ladies in this business! I am male!

Member Avatar for dream party
0
347
Member Avatar for jamello

I would like a table cell to act as my hyperlink. What I have currently is a hyperlink embedded in a table cell, hence it is only when the exact underlined hyperlink text is clicked that the url is obeyed. But not when you click anywhere else. [e.g <tr><td><a href=www.meme.com>clickMe …

Member Avatar for dennisrivers2
0
174
Member Avatar for The Dude

Hey People (Boys and Girls, Male and Female)! Let's not get into a FIGHT about the 'appropriateness' of FIGHTing in public no matter the gender of people involved. Bottomline: Fighting (fisticuffs) is not the right thing to do no matter which gender is involved. It should not be encouraged whether …

Member Avatar for coloradoboy2
0
413
Member Avatar for jagsar2323

Hey!, I believe what the kid wants is a skeletal idea of what it is all about. Maybe what obtains in the industry and the language of choice and/or coding standards to achieve such feats. It might set him in the right frame of mind:-/ [quote=jwenting;347117]banks spend millions to develop …

Member Avatar for gietbo
0
117
Member Avatar for jamello

Hello experts! Please how do I display markup text (in html) with a asp.net 3.0 server control? I have a database full of markup text inputted using a richtext control. but I will like to display these text using other asp.net controls that would render the text correctly with the …

Member Avatar for jamello
0
152
Member Avatar for jamello

Hello experts! Please how do I display markup text (in html) with a asp.net 3.0 server control? I have a database full of markup text inputted using a rich text control. but I will like to display these text using other asp.net controls that would render the text correctly with …

0
143
Member Avatar for snostar

Yes, U definitely can. And it is very easy. Just open your project as an active X dll project and you are on your way! Of course you have to be certain what you want to do.

Member Avatar for eladkarako
0
2K
Member Avatar for Dani

[quote=jiruiz78;390572]you can call them DEVIGNERS! (developers / designers)[/quote] I am a DEVIGNER too. web development and design.

Member Avatar for anuj_sharma
2
760
Member Avatar for ragheshpokkattu

[quote=ragheshpokkattu;399728]Hi Anyone know how to correct a currupted database using vb code? Please help me out to solve........[/quote] Have you tried doing this manually?

Member Avatar for Davidpoul
0
249
Member Avatar for jamello

I have a challenge. I need to provide a solution that would enable me capture images of occupants of several motor vehicles scattered around a geographical area. These images could be still images or video transmitted over the web to my server in my headquaters. I can program in JSP, …

Member Avatar for jamello
0
86
Member Avatar for John A

The point is that the ipod helped in saving the soldiers life. It was said that the ipod helped "slowdown" the bullet. ;)

Member Avatar for jamello
0
257
Member Avatar for UrbanKhoja

America! I am glad for all you folks out there! Your country is a beacon of light to a world desperately in need of it. I thank God for those early founding fathers. What would the world be like if they did not heed the call or faltered on their …

Member Avatar for Ene Uran
2
475
Member Avatar for jamello

Hi there folks! Please could anyone tell me how I can disable the underline of a hyperlink button server control of datagrid and similar controls ? I had used the following css code on the ItemStyle-CssClass which works for traditional hyperlinks to no avail. Thanks for the help:) [CODE] .tablecellhyperlinks …

Member Avatar for mIssy_ricco
0
437
Member Avatar for ithelp

[quote=w_3rabi;363249]who said that asp.net is replacing PHP ?? do u know that php is the most language used for web dev[/quote] I think the guy acceeds to this fact! that's why he used the word "replacing". php is relatively old and asp.net is relatively "young" or "new" if you like:cool: …

Member Avatar for jimkarlo
0
151
Member Avatar for jamello

I have a feeling this question is an age long one. Please forgive me:D I have IIS and Apache on my computer. Apache would refuse to run unless I stop IIS. I had tried changing the default port number of Apache from 80 to 8080 in the httpd.conf file but …

Member Avatar for digital-ether
0
204
Member Avatar for vnnguy

hello guys! I am also a newbie in php. I installed XAMPP installer on my machine and followed the instructions as closely as I could (it was written in english language! lol). I could get my apache, mysql servers up and running with the appropriate test page. but it would …

Member Avatar for jamello
-1
270
Member Avatar for jamello

hello smartheads! I am currently investigating the extent of adoption of mono by the different flavours of linux OS. I am aware that opensuse and ubuntu are favourably disposed to mono but what I cannot ascertain is wheher RedHat linux has adopted/implemented mono. I keep getting conflicting reports:confused: . I …

Member Avatar for jamello
0
349
Member Avatar for samycbe

If the intention is only to make the textbox accept only numeric values, just very simply use the Isnumeric function. that is [CODE] if not Isnumeric(textbox.text) then 'do stuff like forcing retyping of content end if [/CODE] Hope this helps.

Member Avatar for nil
0
145
Member Avatar for jamello

how do I send a text file to a printer connected to the client's computer. I have a vb.net app. running currently with internet explorer only browsers. I constructed some texts based on the inputs from the user and need to (a) save it on the client file system (b) …

Member Avatar for sreenivas.sudha
0
197
Member Avatar for jamello

Let me first of all wish everybody a very happy new year!:) I have a present challenge and would like suggestions from you great guys. I have an aspx web form where I have manually added a wizard control. I then attempted to add the wizard steps dynamically i.e add …

Member Avatar for jamello
0
486
Member Avatar for mayo_tech11

[quote=lasher511;388511]Here is a Picture of the Childrens version of the book[/quote] I have serious reservations about harry potters' books. One could read it but for the depth of incantations and voodoo/magic involved. Yes, Yes it is fiction, but one wonders whether those things written about in such detail are sincerely …

Member Avatar for techbound
0
2K
Member Avatar for daletonge

The error stems from the parameter you are passing. It stems from either of the following: 1)Try casting the text box contents to integer before actual passing and see what the result will be. It is reporting that the contents of the text box is not a valid integer datatype. …

Member Avatar for gunso4050
0
149
Member Avatar for jamello

Howdy there my people! I have a pretty 'thorny' issue I have been battling with for some time now and I am really hoping that with expert-eye-a-plenty in this forum the challenge is a done deal. It really beats me hollow why a control which I downloaded free from the …

Member Avatar for jamello
0
327
Member Avatar for jamello

Hello experts!! I have this challenge. I need to display a popup window with some controls on the clicking of a button on a page. Thereafter the contents of these controls (textboxes) on the popup window are to be transfered into a gridview on the parent form. Current status: I …

Member Avatar for jamello
0
144
Member Avatar for nam.sri

Hello there! >Its a prerequisite to un-install VS2003 I currently have both vs 1.1 (2003) and vs 2.0 (2005) on my machine without much ado. I do not think that is the problem because I didn't not run into any problem during my installation. I advise that you check the …

Member Avatar for jamello
0
101
Member Avatar for jamello

I have data I am displaying with a repeater in vs 2.0. Its just a very short record length but high volume data. The repeater displays it vertically but most of the screens real estate is left empty. The challenge is how do I manupulate the repeater table tags to …

Member Avatar for bheeks
0
160
Member Avatar for TommyBs

Well, different strokes for different folks!:) I find coding before design 'easier' or more convinient for me to do. I generally know what the functionality of the website would be and code accordingly(using asp.net). so it is always easier for me to change the design later or anyhow I want …

Member Avatar for hiacclaimdir2
0
128
Member Avatar for jamello

people! I noticed that when a web page displayed is sent to the printer for a hardcopy, some sometimes annoying and unnessary headers and footers are printed alongside the main document. This are usually the file paths of the document being printed. I believe there is a way this "feature" …

Member Avatar for greeny_1984
0
161
Member Avatar for jamello

I have a project I am currently working on and I need users to be able to chat online amongst themselves. Please experts, what are the basics I need to know and implement so that this becomes possible.:?: :cool:

Member Avatar for jel3
0
112
Member Avatar for raghavan2004

It is doing what its supposed to do. if you drag a textbox from the toolbox onto your web page, the property page displays its id as textbox1. If you do not change it and add another textbox it would be named as textbox2. All you need to do is …

Member Avatar for greeny_1984
0
126
Member Avatar for sbv
Member Avatar for jamello
0
101
Member Avatar for jamello

Hello people! I need ideas about how to randomly generate a set of integers - a set of 16 on 40 rows. I had tried the Randomize function on the .net framework but has not been successful. Any idea woud be appreciated

Member Avatar for jamello
0
174
Member Avatar for sibotho

[quote=sibotho;376692]Do i have to pay anything for using the bulk sms gateway. and how do I use it? Sorry to bother you so much but i really have to do this urgently.[/quote] Yes my dear, the idea is that you buy bulk smses and use your account in sending the …

Member Avatar for johnlin
0
670
Member Avatar for jamello

Hi, there people! I have a project I have to deliver but I am at loss on the relevant tech. to use although I am a predominantly vb.net guy. I am to deliver a software that would enable an internet cafe do these basic things. [LIST] [*]Issue tickets that enables …

Member Avatar for amit6sharma86
0
195
Member Avatar for jamello

Hi there experts!! I am translating an app from asp.net 1.1 to v2.0. In version 1.1 I could right click a source file in the solution explorer and pick my build action i.e none, compile, embedded resource. but to my chagrin I could not find the build action property in …

Member Avatar for ManicCW
0
76
Member Avatar for successalways

I do not think you would be able to disable the back button. My take is that you take a critical look at your design again so that it mitigates this problem. I had the same problem some time ago and my research led to a dead end. I had …

Member Avatar for nandhinijp
0
104
Member Avatar for jamello

Hi there ladies and gentlemen! I have this code that works in ASP.NET 1.1 but I could not find its equivalent in v 2.0. I had expected it to work having the usual backward compatibility preached by microsoft in mind. But I am yet to succeed. The code 'translation' worked …

Member Avatar for jamello
0
247
Member Avatar for jamello

hi there guys! I have a scenario that is presently giving me sleepless nights. I need to call an asp method from an "onclick" html event but the method is being called too early. [CODE] Public Sub CheckForSomeErrors() If Session("FliteDate") = "" Then Response.Redirect("../Errorpage.aspx?ErrorDetails='Flight Date' cannot be blank!! Click 'Previous' …

Member Avatar for jamello
0
154
Member Avatar for hariharanin1977

You have to be more explicit and detailed in the description of your problem to get the best of assistance. Ok? [QUOTE=hariharanin1977;506836]Hi, I am new to C# and I would like to know is there any way to create User Mode Driver Framework using C#. thanks, Hari[/QUOTE]

Member Avatar for hariharanin1977
0
75
Member Avatar for nice_true

Hello to you I'll just give you a sumary of what I did in a very similar scenario. [CODE] Dim oMsg As New CDO.Message Dim iConfig As CDO.IConfiguration Dim oFields As ADODB.Fields Dim oField As ADODB.Field Dim strEmailAddress As String = "jobstar@yahoo.co.uk" Dim strSubject As String = "Request for missions" …

Member Avatar for jamello
0
138
Member Avatar for anastacia

hi jwenting, I am also new to jsp. what do you suggest. I am looking at reducing my learning time tremendously. I am ready to work. Already a programmer 12 yrs. Looking at java and jsp but have little know-how. I was already looking at the tutorial before i saw …

Member Avatar for raja baba
0
253
Member Avatar for jamello

[URL]http://www.youtube.com/watch?v=vt4X7zFfv4k[/URL] What do you TROURE (arsnal player) was shouting? I think it is "YE!, my leg, leg":)

Member Avatar for zandiago
0
42
Member Avatar for N[e]tt[e]

[quote='N[e]tt[e];105396']Hi..anyone here have sms gateway coding (vb.net)for windows application?? i need a free service..meaning i will hope my application can able to send sms to my customer for latest news/promotions. how can i do so? :sad:[/quote] This you can use. I registered with this outfit and I could buy smses …

Member Avatar for joshua__lim
0
515

The End.