Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
2
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K
~124.45K People Reached
Favorite Tags

90 Posted Topics

Member Avatar for samaru
Member Avatar for ruisi

Hai guys ..Topic sounds interesting .....I wanna try that to......Can anybody give an explanation on how to achieve that...

Member Avatar for Mr.M
0
7K
Member Avatar for Letscode

Hello, I'm trying to create somekind of a process that will allow me to delete files in TEMP folder. Its bascially a shortcut from desktop.When you click that you can delete files in TEMP directory. Thanks

Member Avatar for Jack_9
0
1K
Member Avatar for Croft .L

Use webstudio 4.0, You dont need to know HTML to use this software, [url]http://www.webstudio.com/[/url] I'm sure this is what you want.

Member Avatar for jawad.hassan.5836
0
817
Member Avatar for Letscode

Hello there, I'm not sure whether to post this problem in this forum or in Javascript forum. I have a frameset.It has two frames.Left frame and Right frame. The left frame has drop downbox and has a lot of selection conditions. The right frame has a datagrid which takes the …

Member Avatar for geniusvishal
0
608
Member Avatar for farheen

Read this article to find out the differences between ASP.NET and ASP. It clearly explains the differences from programmers stand point. [URL=http://www.takempis.com/aspnet_fundamentals.asp]Differences between ASP and ASP.NET[/URL] Hope it helps

Member Avatar for annaharris
0
1K
Member Avatar for OurNation
Member Avatar for Shulc

[QUOTE=Shulc]i was wondering how can database replication on a sql server be accomplished?[/QUOTE] Do you mean,You want to create a copy of an existing database?

Member Avatar for dhirajraj1
0
280
Member Avatar for Letscode

Hello, I want to change the datatype of a field from Varchar to integer in T-SQL. I tried something like Modify like you use in Oracle. ALTER TABLE tablename MODIFY COLUMNNAME Datatype. But its not working in SQL server.. Any thoughts.

Member Avatar for manikandan5
0
1K
Member Avatar for naveenchander

I used a query string from Javascript ,something like Var windid = window.open("default.aspx?frameheight="+mapframeheight+"&framewidth="+mapframewidth+""); Which sends these values to the server. Hope it helps.

Member Avatar for chandrannew
0
239
Member Avatar for daskeyboard

[QUOTE=daskeyboard]The title of this thread pretty much says it all - I would like to know how to open an already created excel spreadsheet (I want the application to launch). Thanks so much to anyone who has time to respond to this.[/QUOTE] check out this article by Microsoft , [url]http://support.microsoft.com/default.aspx?scid=kb%3B[/url][LN]%3BQ316934 …

Member Avatar for kvprajapati
-2
17K
Member Avatar for Letscode

Hey, I'm new to Javascript and I have a frameset and I need to dynamically change the Sizes of each frame. How to I do that?? This is my frameset definition:: <frameset rows="8%,87%,5%" > <frame id="logo" name="banner" src="logo.aspx" noResize scrolling="no"> <FRAMESET cols="73%,27%"> <FRAME id="mainframe" name="mainframe" src="Default.aspx" scrolling="no"> <FRAMESET rows="8%,92%"> <FRAME …

Member Avatar for parith
0
177
Member Avatar for Madhusudhan

Madhu, Its a pain when your client says "My website must be compatible with all the Browser", "Well thats easy to say but Are you the one who is coding it." The same HTML code which works well in IE6.0 wont work exactly the same Mozilla. Check out this link …

Member Avatar for vijayraghav
0
171
Member Avatar for Letscode

I'm struck in a problem here.I have server side code that has to collect values from the client side code(Javascript).The Javascript code basically gets the frame height and width and the server side code(VB) has to collect the values and resize the control(lets say Image).I used Query string and it …

Member Avatar for trousers
0
2K
Member Avatar for johnsonlim026
Member Avatar for sudheer06mca
0
139
Member Avatar for jhoop2002

[QUOTE=jhoop2002]That helps, I might need help with the SQL server if exists and temporary tables, but one thing i don't quite understand still is how to temporarily block someone. I don't want to permenatly deny access, just deny it for an hour or two, how do you do that? o …

Member Avatar for mayuri_desh
0
411
Member Avatar for djbsabkcb

Open your ASP.NET Project, You'll have two mode, 1.HTML 2.Design a.Click the HTML, You'll see HTML and Javascript code.You can code the client side codes there.Its executed on the Client browser. b.Now come back to Design View and double click design window,Now you be in Code behind(Webform1.aspx.vb),this is server side …

Member Avatar for vprak2020
0
649
Member Avatar for Deepa

1.Make sure your SMTP server path is correct. 2.This may be absurd but check your Bulk folder.Often the mail you send goes to the Bulk folder. 3.Paste your code,if you still arent able to solve the issue.

Member Avatar for sundar9987
0
896
Member Avatar for Letscode

I need some help to find the frame width and height in a frameset. I used something like top.[framename].document.body.clientwidth but I'm not getting the clientid when i used top. function???

Member Avatar for m.electron67
0
116
Member Avatar for erikkl2000

Hey Erik, Can you be elaborative in what you need? You told you need to pass the values to a drop downlist? Whats a SP doing in that? Can you explain us what you really want?

Member Avatar for krc
0
129
Member Avatar for deeraj
Member Avatar for dotyell
0
240
Member Avatar for Letscode

Hey people, I havw Avant browser and it keeps track of user habit.Anybody knows how to disable that option? Thanks

Member Avatar for yman
0
111
Member Avatar for ! !
Member Avatar for Hemant-kumar

Hemant, I can understand what you are thinking.What you are trying to do is way too difficult.You'll have to create files and save files for the Response.redirect to work.You'll need an FTP to store files in the server and I think VS.NET does not offer that facility of FTP... Check …

Member Avatar for zarros
0
178
Member Avatar for fineline

VS.NET does not provide the facilities to create an animation bar..or animated lables.. If you want to create animation buttons or lables you gotta use an external software like Adobe Photoshop,Image Viewer,etc.. The animation image is usually in .GIF format.. Workaround: 1.What I do for my application for simple color …

Member Avatar for sharrmee
0
368
Member Avatar for aish

Use a Javascript, Cuz this runs in the client browser. Check out this code.. [CODE] var Days = new Array('Sunday','Monday','Tuesday','Wednesday', 'Thursday','Friday','Saturday'); var today = new Date(); var Year = takeYear(today); var Month = leadingZero(today.getMonth()+1); var DayName = Days[today.getDay()]; var Day = leadingZero(today.getDate()); var Hours = leadingZero(today.getHours()); var Minutes = leadingZero(today.getMinutes()); …

Member Avatar for senmm1981
0
1K
Member Avatar for Marikanna
Re: Gis

What kind of softwares do you have? Since you are using the softwares produced by ESRI ,I'm assuming you are using ArcIMS or ArcGIS server?

Member Avatar for ciraj
0
215
Member Avatar for tgreer
Member Avatar for SheSaidImaPregy
0
213
Member Avatar for raymondeze

Is that for only blackplanet.com or any other websites? 1.Did you install any new software like ZoneAlarm?? Make sure you do not have any such programs such as peer guardian,ZoneAlarm running on your computer, peer guardian is specifically known to block certain instant messenger clients and even legitamite websites. 2.Did …

Member Avatar for mnziabat
0
394
Member Avatar for manishkaushik

What type of front end application your using? It really depends on the front end application your using.

Member Avatar for szabogi
0
989
Member Avatar for tayspen

Same here.8-10 hours at work and 4 hours at home. But you gotta really take care of you Spine.Sitting in front of your computer improperly can lead to a lot of difficulties in the future. [B]Everybody in this forum,Please check out this site on how to sit properly in front …

Member Avatar for mattyd
0
986
Member Avatar for hamzeh
Member Avatar for OnlyTruth

Is userID declared as a primary key?(In order for it to have an index) R U using somekind of a stored procedure to get the values?

Member Avatar for campkev
0
221
Member Avatar for muthu

Machi, Tell us the exact error you are getting and tell us the version of IIS too. I guess it should be something like this " Error while trying to run project: Unable to start debugging on the web server........"

Member Avatar for Letscode
0
150
Member Avatar for hureeict

I'm not sure of what U are asking. Well I guess your question is how to show the status of the user or his details? If thats your question then the most effective way will be to use a Database and provide a Login authentication and get the user information …

Member Avatar for hureeict
0
210
Member Avatar for belama

Thats because VS.NET is BAD. Dont play with it. LOL Jus kidding I think there should be some problem with your Machine Debug Manager. Visual Studio.NET uses a service called Machine Debug Manager (MDM.EXE) to do debugging. Its an external and Privilege service. It screws up sometimes and most of …

Member Avatar for Letscode
0
2K
Member Avatar for vrushalinz1

From your code I see that you are not adding the date chosen to the combobox. You gotta do two things 1.You should [B]ADD [/B] the string to the combo box.To be honest with you,I dont know how to handle combo box,I was thinking combo box and dropdownlist are the …

Member Avatar for Gcox18
0
241
Member Avatar for noman78

Hey noman, You can do this real easy in MySQL. Use the LIMIT and OFFSET keyword. Thats it you are done. But in MSSQL there is no LIMIT and OFFSET function. Unfortunately there is no other in-build clause provided in MS SQL to do this.But the same feature can be …

Member Avatar for Letscode
0
639
Member Avatar for aarya

what script did you run? Are you getting a Blank page or an Error Page? Can you show us your script?

Member Avatar for Paladine
0
623
Member Avatar for pyari_priya1981

What you are saying is when a tech executive signs in and logs out, her session is not expiring. If the user has a page opened then the session will not expire unless you logout. When the page closes then the session state variable will automatically expire. Even if the …

Member Avatar for kedar_challa
0
177
Member Avatar for Letscode

I'm trying to populate a table from a sub-query. [CODE] CREATE TABLE test ( ID int ) INSERT INTO test VALUES (SELECT [Customer Id] FROM [Customers]) [/CODE] QUESTION: I know you can do this in ORACLE but Is something like this possible in T-SQL. I can also write something like …

Member Avatar for Letscode
0
107
Member Avatar for yavanna

What do you want to do with the code? Whats your next step? Can you be specific what you are asking for?

Member Avatar for yavanna
0
130
Member Avatar for hippychic43

Use CSS style sheets.That is the best way to handle different screen resolution.Load different style sheet for each screen resolution.

Member Avatar for hippychic43
0
163
Member Avatar for TennKV
Member Avatar for mcupryk

If you are using SQL server 2000,Try debugging using the Query analyzer. Check this website, [url]http://www.15seconds.com/issue/050106.htm[/url] Also check your Datatype,Make sure you are sending the same datatype to update the database. Check your code, I assume Policy Number is an Integer in your Database but you are sending a string.

Member Avatar for Letscode
0
205
Member Avatar for Kishor_kurapati

Can you be more clear in your question... 1.Do you want to build an application that enables you to drag and drop the webcontrols and set the properties of them. or 2.Do you want to create some new webcontrols and add them as a part of your VS.NET.

Member Avatar for dexterz
0
468
Member Avatar for erikkl2000

What error are you getting? Can you post the error code..and where is your ddA selected value changed event?

Member Avatar for Letscode
0
476
Member Avatar for adam20

check out this Forum, Not sure whether that helps you. [url]http://www.daniweb.com/techtalkforums/thread27607.html[/url]

Member Avatar for Letscode
0
125
Member Avatar for ahmer
Member Avatar for ecupirate

Download the .NET framework servicepack 1, [url]http://www.microsoft.com/downloads/details.aspx?familyid=A8F5654F-088E-40B2-BBDB-A83353618B38&displaylang=en[/url]

Member Avatar for sypher
0
346

The End.