|
Is there a way to prevent Visual Studio 2005 from generating localized resources for some controls?
For example, I have a subset of controls that must not be localized, but Visual Studio keeps generating resources and adding the "meta" tag to those controls.
Thanks for any help.
|
|
|
|
|
Hi friends
i am creating chatting application.
Here i have some problem to create appliction.
i want to get alert message to server side when user enter in chat room
and name of user.
i want to store user name in some var and send this var to server side and when this var will come then automatically alert message should be appear on server.
PLZ give me right solution
Thanks a lots in advance
Pathan
|
|
|
|
|
What's wrong with a simple HTML form and a session variable?
--------------------------------------------------------
My portfolio & development blog
Q:What does the derived class in C# tell to it's parent?
A:All your base are belong to us!
|
|
|
|
|
But how can I read that var to server side and how can i get alert message?
Plz give me some solution or link , i have no any idea to use it
|
|
|
|
|
You can't display an alert message on the server, the server side of a web application doesn't have a user interface.
If you want a message on the server, you have to start a client on it so that you have a user interface, and poll the server for messages.
---
b { font-weight: normal; }
|
|
|
|
|
hi guys i need your advice again =)
i am currently doing a website that connect to an sql data base which works on my vb.net.
i am using sql server 2000 and vb.net 2003
i have recently decided to web host it however it doesnt work wit my existing web.config.
the below is an standard web.config i got from my web host could any one teach me the steps in configuring this pls i would be veri gratful.
www.duoultra.com/needhelp
|
|
|
|
|
hi there....
I have one label box, in that i want to display the current year.. how can i display.. Please help me.........
I used this, but it's not working...
Lbl_Year.Text = DateTime.Now.Year;
Advance n Thanks
Sam.M
|
|
|
|
|
Add ToString() at the end of Year.
And next time please define what you mean by "not working".
And check documentation to see what type does some function return so you don't assign integer to a text like you did here...
--------------------------------------------------------
My portfolio & development blog
Q:What does the derived class in C# tell to it's parent?
A:All your base are belong to us!
|
|
|
|
|
hi.........
I added ToString() at last of the year, but no value is showing in that label box.....
Is't Correct....
Lbl_Year.Text = DateTime.Now.Year.ToString();
Thks
Sam
|
|
|
|
|
Where do you have that code? In the Page_Load event?
--------------------------------------------------------
My portfolio & development blog
Q:What does the derived class in C# tell to it's parent?
A:All your base are belong to us!
|
|
|
|
|
Hello,
Can you check in Page_load page.Databind() is there or not.
Regards,
S Kumar
|
|
|
|
|
S_kumarN wrote: Can you check in Page_load page.Databind() is there or not.
Eh... why would he?
It has nothing even remotely to do with the current question.
---
b { font-weight: normal; }
|
|
|
|
|
Hai all,
I am doing a project for a Gulf company in asp.net.
On that i want to show the amount in Dhs format(.000).
and dont show zeroes in front of amount(00023.000)
Is there any way to do that.
Please help me it's urgent..
Thanks in advance
The Brainless Developer
|
|
|
|
|
which control or method have i used to browsing a file,tell me the source code.
gaurav awasthi
jainir s/w services
kota
|
|
|
|
|
Well we can't tell you what you have used. You have to tell us that. But I doubt that anyone is interested. So what is the point of your post then?
--------------------------------------------------------
My portfolio & development blog
Q:What does the derived class in C# tell to it's parent?
A:All your base are belong to us!
|
|
|
|
|
After publishing my web site I upload the newly created files including the .dll in the bin folder and I get the following error:
Parser Error Message: Could not load the assembly 'App_Web_v9e21pz9'. Make sure that it is compiled before accessing the page.
Line 1: <%@ page language="VB" autoeventwireup="false" inherits="_Default, App_Web_v9e21pz9" %>
I'm new to web site deployment. What am I doing wrong?
Thanks
|
|
|
|
|
Hi.
I think u have namespace problem and thats why ur dll file is not loaded.
here ur solution
inherits="urpplicationname._default.aspx"
also u have to change ur code bihind page.
namespace urapplication
Codes here
end namespace
Pathan
|
|
|
|
|
Thanks for the reply but I tried it and it didn't work ..
Anymore suggestions?
|
|
|
|
|
if i place a print button on web form,what should i write the code in c#,for that button , to print .tellme the process.thanks.
gaurav awasthi
jainir s/w services
kota
|
|
|
|
|
You will write JavaScript and not C# (unless you want the page to be printed on the server).
And the code is: document.print();
--------------------------------------------------------
My portfolio & development blog
Q:What does the derived class in C# tell to it's parent?
A:All your base are belong to us!
|
|
|
|
|
i want to create crystel report ,after that i want that at the run time one field of order no will display,after that,if i click on the one number then all the records related to that field will display in report
gaurav awasthi
jainir s/w services
kota
|
|
|
|
|
Hi.Im creating a menu which will be a user control.It should be displayed in the left side of page and showld contain a TextBox Check Box and ComboBox.Any ideas how can it be done cause Im a beginner and want to understand the way how it works.
Best regards
|
|
|
|
|
Hi friend
actully what do u wnat do?
do u want to create user control which desplay on left side of the page and contain textbox,checkbox etc....?
Pathan
|
|
|
|
|
It should seem like a menu with these elements inside it.
Best regards
|
|
|
|
|
hi.
take it menu[^]
i think It will be usefull
pathan
|
|
|
|