13,936 Topics

Member Avatar for
Member Avatar for Clint1982

Hello ! My name is Clint, I'm learning at the Ben Gurion University in Israel, I make a research about viruses, how they work, way of operation, classify them into families. Does any one know sites which can be helpful to my research ? Thank you, Clint.

Member Avatar for Evenbit
0
104
Member Avatar for adam20

problem is i cannot access some websites i used to, i can on mozilla firefox but not on internet explorer or packard bell companion?? ive cleaned my cookies, reset my internet settings to default, allowed all cookies, turned off my firewalls, done everything i can think off please help ...thank …

Member Avatar for Letscode
0
126
Member Avatar for magusdf

so waay back i had some questions about setting up a login to secure a site i've been working on there seems to be a rather annoying side effect mostly html aside from a few simple asp scripts on particular pages however if an update is made to the html …

Member Avatar for Paladine
0
134
Member Avatar for ahmer

Hi to all, There is a problem with the datagrid in Mozilla. Datagrid is showing images in Internet Explorer but not in Mozilla. I dont know why. Can anybody give a solution to this problem as soon as possible.

Member Avatar for Letscode
0
129
Member Avatar for johnsonlim026

I have a variable of double data type.It has only 1 decimal point or no decimal point such as 17.5 and 17.I want to have exact two decimal point for it.Does anyone know?

Member Avatar for johnsonlim026
0
146
Member Avatar for Madhusudhan

Hi all, I have data grid: In that i have to show different hyperlinks colors with type of memberships. If gold member then Hyperlink is Green If Silver member then Hyperlink is Red. otherwise the Hyperlink shoudl be Blue !!! How to achieve this is Data grid!!!.

Member Avatar for cambia
0
104
Member Avatar for newjerseydr

I created an application in .net that emails a person using mapi and outlook 2000. It works fine on pc that has outlook 2000 sp1, but doesn't work on pc that has outlook 2000 no sp. Outlook 2000 puts the recipaddress in quotes. Does anyone know how I stop Outlook …

Member Avatar for jagatcba
0
89
Member Avatar for newjerseydr

Does anyone know how to stop Outlook 2000 from prompting about A program is trying to automatically send e-mail on your behalf. I created a vb .net application to send e-mails using mapi but I get this message from Outlook 2000. Is there anyway to stop Outlook 2000 from prompting …

Member Avatar for jagatcba
0
70
Member Avatar for ramareddy_dotne
Member Avatar for ecupirate

My default website has a state of stopped. I right click on and select start and get the message "the service did not respond to the start or control request in a timely fashion". For some reason, I cant get this started. Any ideas

Member Avatar for sypher
0
72
Member Avatar for ecupirate

My default website has a state of stopped. I right click on and select start and get the message "the service did not respond to the start or control request in a timely fashion". For some reason, I cant get this started. Any ideas

Member Avatar for sypher
0
348
Member Avatar for npasma

I am working on filling a datagrid based on results found from a user entering criteria in text boxes and clicking a search button. I have been toying around with Session() to store variables but I dont understand it too well and its giving me trouble. After the user clicks …

Member Avatar for Paladine
0
2K
Member Avatar for erikkl2000

I have a table in my database that is a base table for my blind companys. Each company can share the same price table. (This price table only hase 5 columns in it) 1. BlindSizeID(KEY) 2. Maxheight 3. Price 4. CompanyID (FK) 5. ProductID (This one might take a hike) …

Member Avatar for Paladine
1
98
Member Avatar for Raven11

Hello, I'm working on a authentication project which I don't want to run through a compiled .exe (to easy to hex edit or crack). So I was thinking about having the user enter the password in a compiled MFC App. When user clicks, "Authenticate" the entered information will be sent …

Member Avatar for Paul.Esson
0
128
Member Avatar for Rete

Ummm, I'm not sure if this is the right place to post this question, but I've been having some problems with XML. I'm using Java to make an XML file that breaks apart classes into segments, but for some reason, it won't allow me to input newlines. [CODE] <?xml version="1.0" …

0
113
Member Avatar for SelArom

hi! I haven't been here in a while but I like the changes! I've asked this question @ asp.net forums, but they were completely unhelpful. Maybe it's just me but they could not give me a straight answer. So maybe I'll have better luck here; I find the people in …

Member Avatar for cambia
0
172
Member Avatar for Letscode

Hi, I have a left frame and right frame.The left frame has lets say three buttons and when each button is selected,a different page is selected in the right frame.The pages in the right frame has its own computation,like dropdown boxes to select the query. Whats happening here is,during the …

Member Avatar for Letscode
0
176
Member Avatar for dru987

i have a very simple access DB and im tryin to update the records but the update never works. im using asp.net/vb.net and i've include the execute in a try/catch block and it always prints the sql string (the catch). here is my code, perhaps i have an error that …

Member Avatar for weilander
0
192
Member Avatar for jason_limwk

now i am doing an email form...(aspx in vb.net) the coding looks something like this,,, Imports System.Web.Mail Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim mail As New MailMessage mail.To = "blablabla@hotmail.com" mail.From = "blablabalbla@yahoo.com" mail.Subject = "permission to site" mail.BodyFormat = MailFormat.Html mail.Body = …

Member Avatar for techniner
0
78
Member Avatar for jason_limwk

now iam doing a photo gallery in my site...(aspx in vb.net) and i got some sample coding but mostly are in C#....recentuly i being redirected to a sample page and yupe// it looks good for me..~ but i am just wondering how can i do an upload function in my …

Member Avatar for techniner
0
110
Member Avatar for ramareddy_dotne

In my application I allow my user to delete a transaction at extreme cases only so I want to a confirmation msg from user whether he is sure to delete the transaction(Are you sure? yes or no).I know about "confirm" msgbox but I dont know how to use it please …

Member Avatar for Letscode
0
102
Member Avatar for jhoop2002

I don't know what happened to my site, a file must have been overwritten or something. I don't know what i need to get asp.net to look into the UserData section of the authentication ticket so forms based authentication works, as far as i can tell it should work. I …

0
67
Member Avatar for iloveorangesoda

Hi I am trying to disable a dropdownlist in an asp.net web application whenever the selected index is changed. I have the following javascript in my web app but whenever it gets to the disabled = true line it is falling over. What I want to know is that the …

Member Avatar for alpha_foobar
0
288
Member Avatar for winbatch

Any tips for compiling templates on visual studio .net 2003? I have code that seems to compile fine on other compilers but am getting an LNK2019 on visual studio .net 2003. I am using template specialization (Dave S. helped me with this a few weeks ago). Before I post any …

Member Avatar for winbatch
0
314
Member Avatar for dexterz

Here is the code I use in the World recipe random record. I've been looking all over the net on how to display random record using access db on ASP .NET, but found most for SQL server like NEWID(), doesn't work on Access. This could be easily done in ASP …

Member Avatar for dexterz
0
182
Member Avatar for naif_prof
Member Avatar for dexterz
0
137
Member Avatar for Paladine

I have been playing around with Mozzila, and find it too be a rather nice speedy browser, but I do ASP.NET programming and such and seem to have some issues with ASP.NET pages displaying properly. It seems to be with regards to coloring, I guess ASP controls as well , …

Member Avatar for cambia
0
411
Member Avatar for mona

plz u know that the syntax validation on mail address is not enough so, i wanna know how can i check the availabilty of mail address it's valid or not (i don't mean syntax i mean it's right mail or not). thanks in advance

Member Avatar for Cain
0
237
Member Avatar for Shanny Chong

my web form has some textbox and buttons above the datagrid.But i only want to print the datagrid only. Does anyone got any idea to solve this? or does anyone know how to write the print datagrid function in html and asp.net? urgent...pls help...tq

Member Avatar for Letscode
0
88
Member Avatar for bandm

Hello All, I have both VS 6.0 and VS .Net 2003 available to me. I am just starting to learn programming and wanted to know the difference and which one would be the best to start with. My company has a site liscence for both and I could install both …

Member Avatar for jwenting
0
144
Member Avatar for chiwawa10

I have been trying to find out what is the meaning of m_nRetCode (value=1012). I get this exception when my program try to execute insert entry into database. Can anyone pls tell me what is the meaning of the value 1012 which is the value of m_nRetCode? Where can i …

0
77
Member Avatar for npasma

Hello, all! I'm working with a project to search a Microsoft Access database, show the results in a datagrid, create text boxes to edit the entries found, and then update them. So far, the search works great, and I have a typical datagrid with an "edit" button on the end, …

Member Avatar for npasma
0
320
Member Avatar for madhu_P

i m creating one asp.net page in which i m connecting 2 tables of the database it is taking only one table and in one table say in tbl_class_master class id is the primary key and in tbl_emp_master class_id is the foreign key, now plz help me to connect these …

Member Avatar for Letscode
0
49
Member Avatar for Letty

Hi, The crystal report design is using the font type arial. When printing at the client site (after all installation of the application has been done), the report comes with illegible fonts (Note that it prints correctly in our environment). The client's operating system is windows 2003 and the printer …

0
80
Member Avatar for chiwawa10

Hi all, I'm facing this problem in my running app. It is a real-time app and writes to the database whenever data is received. However, there is rare occasions that causes the ExecuteSQL to fail. However, the failure did not throw any exception, so my CDBException did not detect anything(it …

Member Avatar for chiwawa10
0
278
Member Avatar for Aykon

I am facing an interesting situation. My web server is a very nifty P4 machine that works fine most times. It works as a web application portal, a shoutcast station server, and a file server. When running under Linux it seems to be pretty functional, but when using it as …

0
92
Member Avatar for Kapil Kaushik

Hi all, This is kapil.What my problem is that i want to send printscreen file through browser with condition that physical copy of this file does not get stored on my computer but it should get stored on the server only. with regards kapil

0
102
Member Avatar for jhoop2002

So ive got my login page almost completed, now for whatever reason i am stuck trying to get the roles for each user from my database into the authorization cookie. In regular old asp this wouldn't be a problem for me, but don't see what im doing wrong in .net …

Member Avatar for Paladine
0
301
Member Avatar for ozeona

Hey there i have been trying to bind a table from database to a listbox. I know this can be done quite easily but i keep having an error with i cannot figure out why. Whenever i declare selectedMain as linklist.selectedItem.value, it will alsways tell me "Object reference not set …

Member Avatar for Paladine
0
643
Member Avatar for drp

Hi, I have a program that automatically installs another program, (I made a GUI instead of using command line installation), and I would like to deploy this project. I have it deployed, I can install it, navigate to the folder it is in and run it. I would like to, …

0
101
Member Avatar for ozeona

hi recently, i realise theres such thing as Hashtable that are allow listbox to retrieve url when clicked. However, as i find out more, i realise most examples i saw are static. As in [CODE] dim mycountries=New Hashtable mycountries.Add("N","Norway") mycountries.Add("S","Sweden") mycountries.Add("F","France") mycountries.Add("I","Italy") [/CODE] is there any way to retrieve this …

Member Avatar for ozeona
0
347
Member Avatar for jerMAn

I the Page_Load I have a random event and a public variable [code] Dim rndImage As Integer Randomize() rndImage = 1 + Int(Rnd() * 13) Select Case rndImage Case 1 ImageRnd.ImageUrl = "/jpro/images/rnd/Image1.gif" rndAnswer = "A7b" Case 2 ImageRnd.ImageUrl = "/jpro/images/rnd/Image2.gif" rndAnswer = "5RX" etc.... End Select [/code] Then in …

Member Avatar for jerMAn
0
312
Member Avatar for DotNetUser

When I compile my Visual C++ .NET project under a shared drive, I get the following error: "An unhandled exception of type 'System.Security.Policy.PolicyException' occurred in Unknown Module." What do I need to configure to allow shared drives to be fully trusted? Thanks.

Member Avatar for DotNetUser
0
291
Member Avatar for mona

am devloping a control panel program by which u can create a site and u can make a subsite (subdomain) under the site u created . for example if i created site names [url]www.test.com[/url] i can add subdmain names subtest [url]www.subtest.test.com[/url] i added a record on dns and added cname …

0
53
Member Avatar for kooben

Hi Further to my previous post I would like to ask if anyone here has developed a software tool or such and has yet to provide any online support/assistance for it? I am looking to base my dissertation project on developing a website providing online support for a software tool …

0
113
Member Avatar for adi75

Hi there, I'm using asp.net (c#) framework version 1.1 and trying to connect to my Oracle database 10G (10.1.0.2.0) which installed on the same server as the IIS and I'm getting the following error: OleDbException (0x80004005): error while trying to retrieve text for error ora 01019 I can connect through …

Member Avatar for Kate Albany
0
1K
Member Avatar for adi75

Hi there, I'm using asp.net (c#) framework version 1.1 and trying to connect to my Oracle database 10G (10.1.0.2.0) which installed on the same server as the IIS and I'm getting the following error: OleDbException (0x80004005): error while trying to retrieve text for error ora 01019 I can connect through …

Member Avatar for Paladine
0
3K
Member Avatar for Wendydb22

Here is my [b]Stored Procedure [/b] stored in SQl DB. [code] CREATE PROCEDURE qparmVerifyLogin @First_Name varchar(30), @Last_Name varchar(30), @SSN varchar(9) AS Select First_Name, Last_Name, SSN, ADDRESS1, CITY, STATE, POSTAL, DEPTID, EMPLID FROM PERSONAL_DATA_TBL WHERE First_Name = @First_Name AND Last_Name = @Last_Name AND SSN = @SSN; GO [/code] [b]Below is the …

Member Avatar for Letscode
0
156
Member Avatar for BeeNarak

Hi Anyone, I've made a web application, and now I want my web login by username and password as below but it's have got error('Login.WebForm1.DBConnection(string, string)': not all code paths return a value) anyone who can help me? [code] private bool DBConnection(string strUserName, string strPassword) { string LoginSQL; OleDbConnection MyConn …

Member Avatar for Paladine
1
173
Member Avatar for serag

I use the following code to send email, and strange thing that I received the message at hotmail mail, and failed to receive it at yahoo mail, could you help me and explain what happened and how to overcome this. Regards Serag Farag Private Sub Button1_Click(ByVal sender As System.Object, ByVal …

Member Avatar for Letscode
0
76

The End.