|
Hi there,
There are a couple of options suggested from the link[^]:
+ Make the header invisible.
+ Use the RSS Toolkit
...
|
|
|
|
|
The invisible header worked.. which seems odd but it works. I am looking into the RSS Toolkit.
Thanks for the help.
Matt Newman
Even the very best tools in the hands of an idiot will produce something of little or no value. - Chris Meech on Idiots
|
|
|
|
|
hi all,
Last time i posted a posted query on alphabetic paging of Datagrid in C#. there was no solution.
Expecting a solution for this new one:
i have javascript file named "validate-search.js"
i have to use a fuction called "validate-alpha-search" from the above .js file
how to include this function in my current asp.net page using Register clientScriptInclude?
thnaks in advance
Anu
|
|
|
|
|
RegisterClientScriptInclude doesn't work? Perhaps you would like to include how you are trying to use it.
|
|
|
|
|
hi friend!
Thanks for the reply.
i think u mistook my query. i would like to know how to use it in correct manner.
i used it like this: in the button_click event
String includejs = "validate-search.js"
Page.ClientScript.RegisterClientScriptInclude("validate-alpha-searh",includejs);
but when i click the button, nothing happens, so what was my mistake in here. plz help me.
|
|
|
|
|
I did not mistook your query (no matter how much you bold it. You did not present all of the information.
anu_chandu wrote: i used it like this: in the button_click event
The button_click event you now mention is a server-side event correct? It is too late to validate your search with js because the client has already posted back to the server. You should include the RegisterClientScriptInclude in the page load event so it will be present and usable when the page is initially rendered.
|
|
|
|
|
Hey all, I've got an aspx page that reads and writes cookies in both asp and javascript, the problem is when i go to read the cookies they are written in two different spots in IE (not a problem in Mozilla it seems). ASP writes them to the root dir (i.e. loclahost or www.blah.com) while js writes them to localhost/(page dir). Now when i go to read the cookie asp finds both while js only finds the on it wrote. How do i force them to be the same??
|
|
|
|
|
I need to stream mpeg-2 files from Windows Server 2K3 - basic requirement is that the file is gone from the user's system when done playing. Anyone have any experience in this area? Any SDK's or 3rd party tools?
|
|
|
|
|
microsoft streaming media server, or create a small flash player and stream it through that, this can be created dynamically by passing in arguments that are retreived from db or other source.
You can also access MS SMS in code but it must be installed on your server, so if it is not your server then flash is probably the easiest option.
hth
g00fy
|
|
|
|
|
Thanks for the input.
I do have access to the server, so I can install SMS. My understanding, however, is that SMS handles Windows Media formats only, and not other formats like MPEG-2 - am I wrong?
|
|
|
|
|
Hey i got a beautiful article posted by Alexander..The problem came when i downloaded the code and started working on it..Its about chat using XML and ASP....But i needed the same coding in ASP.NET..please checkout this link and tell me how to change a page information from Asp to ASP.NET...I am using C#, XML and ASP.NET for my site..Please help me with one page of translating this code for one page and i will goon with the rest buddies...
http://www.codeproject.com/asp/PalaceChat.asp[^]
|
|
|
|
|
hello All
i m using a master pages with some other pages placed in different directories
now the problem is that path is not working as it work for same directories
but i got its solution
but now when i publish my site at wwwroot
i again facing the same problem but this time it is not displaying for same directories pages also
can any one tell me the reason
Regards
Masood
|
|
|
|
|
What isn't displaying? Does the page load but not display correctly? Or do you get an error? Are you linking in any CSS stylesheets or JavaScript files?
|
|
|
|
|
Its not displaying Images and also if and also if i give image to a TD of table as background it display nothing
|
|
|
|
|
Use the asp:Image sever control for your images. When the parser renders your page it will adjust the image path appropriately. This won't happen with a HTML img tag.
|
|
|
|
|
Hi ,
sorry for this bad title , i know that everybody is good but i posted this many times ago & nobody has answered me
well , i want to know where can i find an item in the mainmenu that named web site in asp.net 2.0
in asp.net 2.0 it exists an item in the mainmenu named web site which contain an other sub item called asp.net web site configuration
when you click on a web site open to let you configure your web site , (security , debuging , tracing )
can you tell me where can i find this item in asp.net ? i swear i really need it
thank you
try to be good if you can't be the best
|
|
|
|
|
I think you are confusing asp.net with Visual Studio. As far as I know versions of Visual Studio before 2005 do not have the .net config tool.
|
|
|
|
|
well , i saw some videos that explain asp.net 2.0 but i can't work with because i don't have VS 2005 i have just the express edition & this one doesn't allow me to do a setup so i have to work with asp.net 1.1 that exists in VS 2003
if the configuration tool doesn't exist in the previous versions then , what were the devellopers doing to configure their web site ??
try to be good if you can't be the best
|
|
|
|
|
Manually editing the Web.Config file. Not really hard.
My Blog
|
|
|
|
|
Hi ,
thnx for your answer but to edit that web.config file manually you have to know some XML tags or so isn't it ? i don't know how to programm in xml so can you help me ?? can you tell me how to edit it manually
thank you
try to be good if you can't be the best
-- modified at 18:50 Wednesday 12th July, 2006
|
|
|
|
|
They were editing web.config file manually.
|
|
|
|
|
Hi ,
thnx for your answer ,but to know how to edit you have to know some XML tags or so isn't it ? i don't know how to programm in xml so can you help me ?? can you tell me how to edit it manually
thank you
try to be good if you can't be the best
|
|
|
|
|
What is it that you are trying to do?
|
|
|
|
|
well , i have to do an application asp.net
to do a good one i have to secure it & also involve the tracing tools to know where the bugs are after deploying ...
try to be good if you can't be the best
|
|
|
|
|