Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #2K
Member Avatar for katieJane

Hi all I have, hopefully, a rather small query. I have been creating a system with asp/vb and as I was designing I used msgbox's. Of course when I then uploaded it to the company intranet it didn't like MsgBox. I understand that there are various ways of doing it, …

Member Avatar for diego_5
0
14K
Member Avatar for sandeepparekh9

Simple Encryption and Decryption Function using rijndael algorithm. Imports this: Imports System.Security Imports System.Security.Cryptography Imports System.IO Imports System.Runtime.InteropServices Imports System.Text.RegularExpressions Imports System.Text Source : [snipped]

Member Avatar for Reverend Jim
2
10K
Member Avatar for chriswelborn

I've added the necessary registry key to have my app run when windows loads: [B]Hkey_Local_Machine\Software\Microsoft\Windows\CurrentVersion\Run[/B] [B]MyProgram[/B] = [B]c:\MyDir\MyProgram.exe[/B] [I]..I've also tryed adding it to the Programs\StartUp folder.[/I] My app still won't load when windows does. Other apps do, and I was wondering what might be preventing my app, and [U]only …

Member Avatar for chriswelborn
0
507
Member Avatar for navachaitanya

Hi everybody i am new to vb.net programing and i am developing gym application and i need help in coding in a form i an giving the joining date of a customer and with membership duration and the thing i need is if select 30days membership then expiry date to …

Member Avatar for Mike Askew
0
209
Member Avatar for SolTec

Is there a way by naming convention say for example to clear all textboxes with a "txt" name prefix in a form that has multiple textboxes? Or, am I going to have to name each textbox individually and use either "" or string.empty? Thank you in advance for any and …

Member Avatar for Pie46
0
8K
Member Avatar for Azmah
Member Avatar for jackparsana

hi please help me to do that.. i have one form in asp.net. In that, i have one dropdownlist box control and near that one linkbutton "Add", one hidden textbox is there. when i click on Add button dropdown will hide and show textbox in their place. i want to …

Member Avatar for jackparsana
0
243
Member Avatar for suley04

Hi Everyone, I have a BIG problem right now. I am currently learning ASP.NET to fulfil my job role, as an IT Manager. Although I have programming experience in other languages, I have never done ASP.NET before. I am currently working on a website called [snipped]. I recently uploaded the …

Member Avatar for suley04
0
171
Member Avatar for installer
Member Avatar for cheshpattinson

Hi friends, Greetings of the day!! Hey i wants to know about google strategy regarding page rank. Is google awards good page rank for unique design. Cheers !!! cheshpattinson

Member Avatar for liveindiantv
0
103
Member Avatar for Ken Peterson

Google has recently released Page Speed Online, a project from Google Labs that test your website for speed flaws and gives you tips on how to speed it up. Visit : [url]http://pagespeed.googlelabs.com[/url]

Member Avatar for liveindiantv
0
83
Member Avatar for steven woodman

I haven't been around in about a year and have noticed a lot of change going on here. So basically I just wanted to see if anyone has tips on the site changes or ease of use. And of course to say howdy.

Member Avatar for crunchie
0
183
Member Avatar for vishalrane

I am having one web application... On which i have one combobox whose autopostback propert is set to true.... its showing d same result that i want... the only problem is that the page gets refreshed automatically when i select a data from combobox.... How to overcome this problem pls …

Member Avatar for vishalrane
0
124
Member Avatar for karthik.net87

When i click the nodes in tree view control for example employee name and it displyas the details of the employee in a gridview

Member Avatar for pinkygirl
-3
73
Member Avatar for NETProgrammer

I have done my homework but couldn't find any good solution so I am here asking for help. I want to make pages like the structure below. www .yoursite . com/Content.aspx?Privacy www .yoursite . com/Content.aspx?About_us www .yoursite . com/Content.aspx?Security I hope you get the problem. Any help would be greatly …

Member Avatar for stbuchok
0
259
Member Avatar for Kitdel

When I switch on my computer XP I have to type in my "password". I am unable to type my password as I cannot type anything. How can I retrieve the printing process which doesn't seem to be working.? I can't get past the "Password"-Is there any way I can …

Member Avatar for jingda
0
162
Member Avatar for moone009

I have a list box where the user can add choices depending on what items they want active in the database but I cannot figure out how loop through this listbox to update the items. Any ideas? Visual Studio 2010 [CODE] Dim lstitem As String For i = 1 To …

Member Avatar for NETProgrammer
0
2K
Member Avatar for Gaurav arora

Hi I m Having a Problem in retrieving records. I want to get nth maximum value in a column. I have tried it using top select top n ColumnName from tablename where(select top n-1 ColumnName from tablename order by columnName desc) But i m getting all the n records. Any …

Member Avatar for crishlay
0
248
Member Avatar for munitjsr2

I have been looking for this for very long but still can't figure it out. I want a script to login to website without even typing the username and password while logging in.Its very annoying when you have to type the passwords to to login to multiple sites each time …

Member Avatar for munitjsr2
0
270
Member Avatar for Vayne

I have this sub which performs updates in successive function call. The reader object is closed only when the operation has been completed (after the while loop has ended), yet I get this error. Any suggestions? [CODE] sub reset_slno() dim objCmd2 as new OleDBCommand() dim objReader2 as OleDBDataReader objCmd2.Connection = …

Member Avatar for VIPER5646
0
1K
Member Avatar for skiabox

I am wondering if there is a tool that I can preview my css code without having to write the corresponding html code. I mean a tool that automatically create sample html code based on the css code. I am using a mac. Thank you.

Member Avatar for NETProgrammer
0
80
Member Avatar for Piotr__11

Hi. I need to fill some field on webpage in my webbrowser . This field has not got ID and I can not use [CODE]WB1.Document.getelementbyid("dsdsfsda").innertext = "dsd"[/CODE] Specyfically I need to fill "E-mail" field like at Google Adword registration : [URL="https://www.google.com/accounts/ServiceLogin?service=adwords&hl=pl-PL&ltmpl=signup&passive=false&ifr=false&alwf=true&continue=https://adwords.google.com/um/SignupToken&app=Signup&sourceid=awo&subid=emea-pl-ha-bk_awo&medium=ha"]https://www.google.com/accounts/ServiceLogin?service=adwords&hl=pl-PL&ltmpl=signup&passive=false&ifr=false&alwf=true&continue=https://adwords.google.com/um/SignupToken&app=Signup&sourceid=awo&subid=emea-pl-ha-bk_awo&medium=ha [/URL] Can you help me with this ? I …

Member Avatar for NETProgrammer
0
184
Member Avatar for bettybarnes

hi guys i know this is just a very simple but i do not know to get started.. im developing a loan mng't system wherein the starting application of the customer say for example today. 06/08/2011, the initial payment will be on 08/08/2011.. how am i going to that do …

Member Avatar for NETProgrammer
0
177
Member Avatar for gogs85

I need help : i have listbox1 and listbox2, fill listbox1 via SQL queries. When i selected items in listbox1 in listbox2 most show another table.How i to do that?

Member Avatar for NETProgrammer
0
107
Member Avatar for apanimesh061

I want to print all the numbers in the loop ..... How should I do it ? Please help ! [CODE] <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication5._Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script runat ="server" > void Page_load() { int counter = 0; while (counter <= …

Member Avatar for dnanetwork
0
148
Member Avatar for deva.v

Hi, I am working with a multiple forms in vb.net. When i open forms it shows that many icons in the taskbar how can i stop and showing it as a single icon. I ve tried using child parent concept but when i click button to activate it dont get …

Member Avatar for codeorder
0
115
Member Avatar for deceivingrakesh
Re: >net

Hey fellas , the issue is im developing an application in VB for a client and there are 4 computers in the network , and in one computer the database will be filled which ll be accessible by other 3 computers , its like client server application , any ideas …

Member Avatar for deceivingrakesh
0
107
Member Avatar for vivek.visen

hi I am working on a facebook type application and now i have to implement a notification bar and msg update bar in my application. so i want to now how can i implement this, kindly answer me with coding. Best regards....

Member Avatar for NETProgrammer
0
113
Member Avatar for sspweb

My application has 19 datagridviews In the Designer I added the datagridviews bound to my data table and set the columns I use the following to filter what information is to be shown on each. This is on a timer and runs several time a minute trying to keep it …

Member Avatar for NETProgrammer
0
87
Member Avatar for mohad g