 |

|
Apologies for the shouting but this is important.
When answering a question please:
- Read the question carefully
- Understand that English isn't everyone's first language so be lenient of bad spelling and grammar
- If a question is poorly phrased then either ask for clarification, ignore it, or mark it down. Insults are not welcome
- If the question is inappropriate then click the 'vote to remove message' button
Insults, slap-downs and sarcasm aren't welcome. Let's work to help developers, not make them feel stupid.
cheers,
Chris Maunder
The Code Project Co-founder
Microsoft C++ MVP
|
|
|
|

|
For those new to message boards please try to follow a few simple rules when posting your question.- Choose the correct forum for your message. Posting a VB.NET question in the C++ forum will end in tears.
- Be specific! Don't ask "can someone send me the code to create an application that does 'X'. Pinpoint exactly what it is you need help with.
- Keep the subject line brief, but descriptive. eg "File Serialization problem"
- Keep the question as brief as possible. If you have to include code, include the smallest snippet of code you can.
- Be careful when including code that you haven't made a typo. Typing mistakes can become the focal point instead of the actual question you asked.
- Do not remove or empty a message if others have replied. Keep the thread intact and available for others to search and read. If your problem was answered then edit your message and add "[Solved]" to the subject line of the original post, and cast an approval vote to the one or several answers that really helped you.
- If you are posting source code with your question, place it inside <pre></pre> tags. We advise you also check the "Encode "<" (and other HTML) characters when pasting" checkbox before pasting anything inside the PRE block, and make sure "Use HTML in this post" check box is checked.
- Be courteous and DON'T SHOUT. Everyone here helps because they enjoy helping others, not because it's their job.
- Please do not post links to your question into an unrelated forum such as the lounge. It will be deleted. Likewise, do not post the same question in more than one forum.
- Do not be abusive, offensive, inappropriate or harass anyone on the boards. Doing so will get you kicked off and banned. Play nice.
- If you have a school or university assignment, assume that your teacher or lecturer is also reading these forums.
- No advertising or soliciting.
- We reserve the right to move your posts to a more appropriate forum or to delete anything deemed inappropriate or illegal.
cheers,
Chris Maunder
The Code Project Co-founder
Microsoft C++ MVP
|
|
|
|

|
Dear friend,
I need a help for creating two web parts in a single web page and if i change any data in first web part the second web part also data have to change. plz help me to do.. Thank u..
|
|
|
|

|
any body tell
me about url-rewriting
i want to mak a page run time and edit the page run time
how can i do this
|
|
|
|

|
dear to all
i want to play vedio on my asp.net webpage and play in full screen
any body suggest me how can i do this
|
|
|
|

|
hey..u cn use iframe tags in your aspx page and try to play a youtube vid..smthing like below:
<iframe width="420" height="315" src="http://www.youtube.com/embed/apdY5haBLjk" frameborder="0" allowfullscreen="true"></iframe>
have a try..
regards
|
|
|
|

|
I need to be able to take items no longer avaalble or renamed and issue a page 410 error.
The page is dynamic, a single page that uses query strings to load the item.
So I double check to make sure the item exists, and if not, draw a panel that give the user a message, but I want to send a message to the crawler saying the same thing.
I'm looking for suggestions or tips, but so far I have the code below, but I think it needs improvement.
HttpContext.Current.Response.TrySkipIisCustomErrors = True
HttpContext.Current.Response.StatusCode = 410
HttpContext.Current.Response.StatusDescription = "Product item does not exist or has been moved or renamed"
HttpContext.Current.Response.Write(HttpContext.Current.Response.StatusCode)
HttpContext.Current.Response.Write(HttpContext.Current.Response.StatusDescription)
Me.Page.Header.Title = rm.GetString("Page Error 410 - This item is no longer available and has been removed or relisted")
|
|
|
|

|
Hello,
How we can change our complete dynamic asp.net website in to simple HTML?
Just we made new website in asp.net but now want to change complete website in html. Any way how we can change?
|
|
|
|

|
You are using ASP because you must need some server side scripting in your application. How can you expect to convert it to HTML. How will the server-side scripting logic be translated to HTML and still keep working.
Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore, Dream. Discover.
|
|
|
|

|
It is not possible to change a dynamic website into a static one, i assume you chose asp because you have some server side code that you want to execute but if you are talking about changing your asp.net controls to simple html controls i would tell you that all asp controls are eventually rendered as html on the client side so there is really no point in changing it.
|
|
|
|

|
I see many asp.net websites with all HTML file extensions.
Perhaps this is what you want to do?
|
|
|
|

|
You're a team leader and this is beyond you? Resign immediately!
Actually, I have a feeling that you just have not posed your question well (another reason to resign).
Do you, perchance, mean that you wish to recreate an ASP web site into an HTML5y website, using CSS, JavaScript and other library goodies (jquery, etc) to drive the dynamic parts of the site?
If that's not what you mean, what do you mean? As the other posters have already stated, if the site is dynamic you can't just remake in HTML as that will only support a static (unchanging) website.
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
Those who seek perfection will only find imperfection
nils illegitimus carborundum
me, me, me
me, in pictures
|
|
|
|

|
how do I create a pop up window in ASPX.CS? For situations out of my control. The pop up window, is the fastest way I can debug the app I have online. I tried this: Help.ShowPopup(this, "Testing ...", new Point(100, 100)); and it threw an error. I believe it was a "500 Error". What am I doing wrong? Since I am unable to comple and step through the code, it is difficult to find out and it ie especially complicatated because the vehicle i intent do tuse to debug is what is crashnig.
|
|
|
|

|
When you say popup i assume you mean a message box or an alert, well there is actually no way you can do that from the server(Unless you call the script from the server) side, the only way is for you to use javascript.
I would advise you use jquery than the regular javascript alert.
And also the popup won't work if javascript is disabled in the browser so if it's just messages you want to display i would advise you use labels.
|
|
|
|

|
Hello All,
How we can get complete data form Data base in VB.net also i want to insert our database in my email but not as a attachment. Please let me know?
Thanks in Advance.
|
|
|
|

|
David Kroj wrote: How we can get complete data form Data base in VB.net Use the SELECT command to read all data from each table.
David Kroj wrote: i want to insert our database in my email but not as a attachment. Sorry, that makes no sense.
Use the best guess
|
|
|
|

|
You can try to generate the script of your DB along wid data ... I hope that could fulfill your need.
|
|
|
|

|
1. You are responding to the wrong person.
2. Your suggestion does not make a lot of sense.
Use the best guess
|
|
|
|
|

|
I mean: why are you responding to me, and how does your response answer the original question?
Use the best guess
|
|
|
|

|
So this is the only reason to downvote that??? WOW....
I just answered as per my understanding of the question... and if it is not fine than you should clear me by guiding.. not by doing this.. anyway thanks for welcoming me over this forum as being the Senior....
|
|
|
|

|
Sorry, but I have no idea what you are talking about. Your answer provided no information, and you posted it to me, not the person who asked the question.
Use the best guess
|
|
|
|

|
Please be more clear, you want to return all the data from your database and put it in an email but not as an attachment?
|
|
|
|

|
Hi,
I have a list of Longitude & Latitude in my oracle db. Is it feasible to spot these longs & lats on a .jpeg map without using any online APIs? I need to do it totally offline.
Regards.
|
|
|
|

|
Yes, it's possible but requires quite a lot of mathematics. you need to know the co-ordinates of the start point on your map, so that you can calculate the offset of each point. Then, in order to plot the points you need to convert those offsets to pixel offsets by scaling to the size of the image.
Use the best guess
|
|
|
|
 |