5,277 Posted Topics

Member Avatar for Tarek_2
Member Avatar for 21310051

better in what regards? Each product serves a specfic purpose. What is better depends on what your needs are.

Member Avatar for YA RAMSAMKER
0
101
Member Avatar for 21310051

I think you mean `<hr />`. If this is what you are referring to, its actually HTML, not C#. The HR element causes a horizontal rule to be rendered on the screen.

Member Avatar for JorgeM
0
36
Member Avatar for YA RAMSAMKER

@YA RAMSAMKER, As others have indicated, the answer depends on you are developing. You had recently posted an asp.net related question so if you are developing in asp.net, your best bet, in my opinion, is to use Visual Studio. There are free and paid editions. For the most part, the …

Member Avatar for YA RAMSAMKER
0
212
Member Avatar for 21310051
Member Avatar for JorgeM
0
81
Member Avatar for andile makatini

I would say that you have too many questions without providing any detail/sample code, etc... You should consider dedicating one thread per question.. My suggestion is to start with your first question. >I need to know how to populate a dropdownlist You can do this from the dropdown list control …

Member Avatar for sushmaja.arumalla.9
0
186
Member Avatar for JayGeePee

Not all browsers render the same. I've experienced this type of issues before with .png image files.

Member Avatar for JayGeePee
0
324
Member Avatar for YA RAMSAMKER

Yes of course. Even though you develop in asp.net, the web server sends back HTML to the browser. You can develop your asp.net pages with a mix of HTML, CSS, JavaScript and asp.net controls.

Member Avatar for YA RAMSAMKER
0
109
Member Avatar for alyssa.wilkins.77

Using HTML only, you'd have to add the logo to each page. Unlike server side scripting languages like PHP, Asp.NET, etc.., there's no template or include file that can be built once and applied multiple times. Do you need help with the logo itself, positioning, etc?

Member Avatar for jayshri.shah.10_1
0
460
Member Avatar for zubaer_ahammed

The cost of the domain name varies by tld (top level domain). You can get a .info domain for as low as $2.99 for the year, according to their website. With regard to hosting, they also have many options. Rather than me go to their site and copy/paste the information, …

Member Avatar for zubaer_ahammed
0
120
Member Avatar for GhenSaminiano
Member Avatar for Wangari.Patrick3

There is nothing built into Visual Studio that I'm aware of that will take a windows form app and convert it over to an asp.net web application. There are things that arent going to be compatiable. However, that doesnt mean you have to start from scratch. You can start by …

Member Avatar for Moran_1
0
451
Member Avatar for Ricky_2

If you use your browser's dev tools (javascript console), you may get a better idea of what the problem is. Errors will be shown there.

Member Avatar for diafol
0
242
Member Avatar for zubaer_ahammed
Member Avatar for Siberian

You would write it this way so the second method executed after the fadeOut completed. However in this case the hide() is not necessary since the fadeOut() sets the element's display to none when the animation is complete. $( "#clickme" ).click(function() { $( "#fabric" ).fadeOut( "6000", function() { // Animation …

Member Avatar for JorgeM
0
180
Member Avatar for Lukman_1
Member Avatar for SyxNM
Member Avatar for gogs85
Member Avatar for Alberto Bucur
0
100
Member Avatar for gerhard1
Member Avatar for James_28
Member Avatar for Siberian

You can use return to send back data to the caller. Your code should be updated to this... function apple() { var one = "Hello"; var two = "Orange"; var total = one + two; return total; } document.write(apple());

Member Avatar for Siberian
0
178
Member Avatar for gjuro.kladaric
Member Avatar for Mike_danvers
Member Avatar for mehran.abdi.9

How is anyone possibly going to tell you which tables you need and which fields will be in each table based on your description of.. >auto parts web store With installation Even before you start the technical development of this regarding your application and data store, you have to first …

Member Avatar for mehran.abdi.9
0
320
Member Avatar for erson212
Member Avatar for raju_6
Member Avatar for BinaryDigit
Member Avatar for leonel68
Member Avatar for Dany12345
1
3K
Member Avatar for mnewsome

What are you trying to accomplish? You want to learn how to build patch cables? If you have CAT5 cable, you can use it to support up to Gigabit ethernet. If you had 10G Ethernet, then you would use CAT6 cables.

Member Avatar for anthonyfokker
0
257
Member Avatar for MaddTechwf

Ok, so sounds you need to HTML encode the string in the record set... Try using `Server.HTMLEncode(yourString)` Not sure if this will work for the apostrophe. If that doesnt work for you, I would try using the Replace method: `variableName = Replace(variableName, "'", "&#x27;")`

Member Avatar for MaddTechwf
0
141
Member Avatar for MaddTechwf

You are missing the single quotes... AND syl.semester_year = '" + CurrentYear + "' ORDER BY sem.sort ASC"

Member Avatar for JorgeM
0
186
Member Avatar for MaddTechwf

Maybe try a different approach. Im not that familiar with the use of While..Wend. Maybe a Do..Loop would work better. For example... Do While Not rsEmployees.EOF response.write "{label: .................... value: " & rsEmployees("ID") & "}, " rsEmployees.MoveNext If rsEmployees.EOF Then response.write "{label: ................... value: " & rsEmployees("ID") & "} " …

Member Avatar for MaddTechwf
0
215
Member Avatar for MaddTechwf

Hmmm... If you use this sample code (within your open and close statments) which builds a generic table.., you dont get any data back from the query? <table style="width:500px;"> <tr> <%for each x in oRS.Fields Response.Write("<th>" & x.name & "</th>") next%> </tr> <%do until oRS.EOF%> <tr> <%for each x in …

Member Avatar for MaddTechwf
0
127
Member Avatar for MaddTechwf

its been a while working with classic asp in this capacity, but how about this... IF (NOT ISNULL(rsUP("Name_Middle"))) THEN Repsonse.Write("Was not NULL") ELSE Repsonse.Write("Was NULL") END IF

Member Avatar for MaddTechwf
0
169
Member Avatar for mattyd

You validation rule is working as expected. As mentioned by phorce, this part of the rule `(\.[a-z]{2,3})` indicates that a period is required and then 2 or three characters are required and the characters that are acceptable are from lowercase a-z. So an email address ending in gmail.co is definately …

Member Avatar for cereal
0
236
Member Avatar for hntrivedi

If you really want some help here, you are going to need to try a bit harder to provide more information in your question and provide sample code that you are having trouble with.

Member Avatar for JorgeM
0
48
Member Avatar for balamurugan.rajendran.14

Optimize what/how? all you have provided is a compressed file that contains three class files. What exactly are you looking to do?

Member Avatar for JorgeM
0
226
Member Avatar for mwenyenia07

Most people would include an animated gif so that it appears that some type of processing is occurring. You could display a static message but that would also confuse users if nothing is happening on the screen. They will still believe the app is hung. I prefer something with movement. …

Member Avatar for JorgeM
0
141
Member Avatar for nadiam

>So the thing im wondering is say if the user did not check the checkbox how do i default it that when the user clicks save the theme data is "NO"? Include a conditional statement in your code and see if the "check" was included in the post. You can …

Member Avatar for JorgeM
0
149
Member Avatar for patk570

When you say length, you mean the number of characters? if so, you can simply create a variable in javascript and assign teh "key" to this string, then just check its length. `yourstring.length` if (!yourstring.length == someNumber) { // its not the correct length, do something... }

Member Avatar for JorgeM
0
408
Member Avatar for bLuEmEzzy

Take a look at this other daniweb thread. http://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/467834/auto-calculate This thread includes sample code and a link to a demo, at least with regard to the creation of the text boxes.

Member Avatar for bLuEmEzzy
0
1K
Member Avatar for SimonIoa

>When i press the submit button nothing happens. Any help? Line 10 in your code doesnt reference any existing variable. `data: dataString`

Member Avatar for SimonIoa
0
231
Member Avatar for cilla

You've started this thread correctly by submitting it in the web development category and tagging the thread with the keywords. Unfortunately I know nothing about Python or Django so I can't help you with that. In any case, if you have a question or a topic for discussion, go ahead …

Member Avatar for JorgeM
0
279
Member Avatar for john.kane.100483

You've posted your question in the Hardware and Software forum category. What programming language are you working with so that this thread can be moved to a better category.

Member Avatar for JorgeM
0
96
Member Avatar for darren.dow.98

What you get from your ISP depends on what you buy. If you purchase a typical consumber based connection (DSL, cable, uverse, etc..), the'll provide you with a modem/router box that connects to their network. The WAN port on this device they give you will be configured with a public …

Member Avatar for JorgeM
0
277
Member Avatar for jalferez1
Member Avatar for RikTelner

>I thought above removing "walls" of computer case leaving only wireframe and only intern, uh, holders for storage, motherboard etc. this would bring more fresh air to hardware I wouldnt remove the any of the internal frames of the case. If the case is designed properly, the design should be …

Member Avatar for JorgeM
0
113
Member Avatar for masterinex

Can you rephrase your question? What string do you want to be able to access and in which class?

Member Avatar for KushMishra
0
172
Member Avatar for mattyd

So, if you are going to be the **only** admin for this web application, then you shouldnt have to worry about implementing any type of roles component. What I would envision, based upon your description, is that when you log in, based on your userId or other unique piece of …

Member Avatar for iamthwee
0
98
Member Avatar for kCoder

If this is for an asp.net page, as deceptikon has indicated, your code needs to be within a method such as your page load or other appropriate method. Are you trying to port over a console app over to asp.net? Maybe you just poste this question in the wrong forum …

Member Avatar for JorgeM
0
133

The End.