|
Can we see how are you inserting? and what is the behaviour when you download? Any error?
Ahsan Ullah
Senior Software Engineer
MCTS 2.0
|
|
|
|
|
thanx the issue is solved
it need to three times double quotes to b appear on the style sheet.
amirzada
|
|
|
|
|
<fres:feinsearchresponse xmlns:fres="http://api.feinsearch.com/apiresponse">
- <fres:searchresults>
- <fres:searchresult>
<EIN>320095501</EIN>
</fres:searchresult>
</fres:searchresults>
</fres:feinsearchresponse>
“You will never be a leader unless you first learn to follow and be led.”
–Tiorio
"Coming together is a beginning, staying together is progress, and working together is success." Henry Ford
|
|
|
|
|
|
write serilization classes for this
|
|
|
|
|
Hi all. i need help. i have two text boxes in Web application. When i enter data in first textbox second will enable automatically. i have written javascrit of onblur and onchanges and onkeyup event to enable the second textbox, it works fine but the problem is when i copied and pate it in first textbox throw the mouse event the second textbox is not enabled. i tried onpaste event but it does not help me to solve this problem.
any idea to solve this problem?
|
|
|
|
|
Is the following scenario even possible as this is what 'appears' to be happening.
I have an .aspx page with a .ascx control.
I have a breakpoint set on the the page_load of the .aspx page.
As I debug the code stops at the OnInit event, continues to the InitializeComponent, then the page_load
of the .ascx control, then that's it, the page displays...
It misses out the page_load for the actual .aspx page (I've set breakpoints). I have some code in there that needs executing so the page isn't displaying corrctly.
Does the code think 'I've done a page_load, that's me done, I'll render now' ??
This project was VS2003 and has just been converted by VS2005 when loading...
Are things done so differently in .NET2 regarding page_loads?
Any help appreciated..
Harvey
|
|
|
|
|
Hi in my point
try to reset IIS and try the debug again.
Go to run and type iisreset click ok.
|
|
|
|
|
Hi,
thanks for that, that has been tried, still no breakpoint.
is it thinking I've done a page_load, that's it..no need to do the one from the .aspx page
as it has done one in the control.
|
|
|
|
|
ok man
I have another suggestion for you.
pdb files that vs is using for debugging are different than what the code is actually executing.
so try to delete the aspnet temp file and rebuild it again than try the debug and use IE browser.
|
|
|
|
|
Thanks.....
At the conversion is didn't add 1 line to the .aspx page...
AutoEventWireup="true"
This was the problem, thanks for your help though...
|
|
|
|
|
Dear Experts,
When i login a particular user crystal report displaying following error.
Failed to open a rowset
I had done verify database,run the sql queries also.There is no exception after loaded rpt its displaying error.
If any body known please help me
|
|
|
|
|
Hello,
In our application we have to open various Office file such as word, excel etc. We are sending the files to the client using response, content type etc. When sending the content we are specifying the content type i.e. MIME type accordingly. Now, recently the content is of new Office 2007 type i.e. docx, docm, xlsx, xlsm, pptx. The content is sent accordinlgy from the server with the new MIME types, however we are unable to open the files in the client machines. We tested the same on client machines that has Office 2007 installed and everything works as expected. Now we are testing the same on client machines that have only Office 2007 compatability pack installed. But this way it does not work and is providing options, find, save and cancel instead of open, save and cancel.
Can we open files using the compatbility pack alone? Are we missing something, please let us know.
gauthee
|
|
|
|
|
I had problems with the Office PIA's when trying to open a docx using Word 2003 with the compatability pack, the document just displayed garbage. I don't think there is a solution, I ended up just saving all of the documents in 2003 format.
|
|
|
|
|
By what you described, it does sound like the problem is on the client end of things. It may be that the compatibility pack doesn't set up the MIME types in the client registry, not sure (HKEY_CLASSES_ROOT\MIME\Database\Content Type). Are we talking IE on the client end here? Do you get the same behavior in other browsers?
Check out the Handling MIME Types in Internet Explorer[^]"> MSDN article for more info on that. There may be some things you can investigate here. Unfortunately, any solution is likely to require extra work by your clients, which is often something that you can't make a requirement.
|
|
|
|
|
Hi All,
i am working in product meta manager using asp.net . i have to check the configartions and connection establisment with database before application start.
please help me or suggeest me how can i approach. i am not getting any idea.
Thanks And Regards,
Guru
|
|
|
|
|
IF someone connects to your site, you want the site to work. If the DB is down, I guess you'd want to redirect to a page that says 'we couldn't afford a decent server', or something.
Christian Graus
Driven to the arms of OSX by Vista.
Please read this[ ^] if you don't like the answer I gave to your question.
|
|
|
|
|
Hi All,
Can any one tell me how to block an UI using jQuery in asp.net. It would be helpfull if any reference links is provided. 
|
|
|
|
|
There's all sorts of ways, from having a method called in onclientclick and setting it's return to false while you want to block, to putting a transparent div over the whole screen. Why do you need to use jquery ?
Christian Graus
Driven to the arms of OSX by Vista.
Please read this[ ^] if you don't like the answer I gave to your question.
|
|
|
|
|
|
I have a gridview in my page and want to freeze the gridview header. Even though I googled it and found out a solution that applying the following css property, the header still disappears when scrolling down and one of the css property cannot be applied because of an error.
CSS Property:
.GridViewFixedHeader { overflow: auto }
.GridViewFixedHeader table th { position: relative }
.GridViewFixedHeader table tbody { overflow-x:hidden }
However, I am not able to use the last property, overflow-x:hidden , because it is giving the error as "overflow-x is not a know CSS property or name". Any help please?
Thanks in advance.
Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.
|
|
|
|
|
|
Thanks for sending this. This is quite informative. However it seems that this is for a DataGrid. Probably this can be used for GridView also. But I don't want to use any third party controls.
Can I do something on CSS property itself for the fixed GridHeader?
Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.
|
|
|
|
|
|
Thanks Abhijit. This looks great. Since I am using an update panel, this will be quite useful. However, I'm facing an issue on FreezeHeader. When I try to use that code, I'm getting the error saying that "expression(this.offsetparent.scrollTop)' is not a valid value for the 'top' property".
As a solution to this can do like this[^] But I think if I do this, the headers will not be freezed.
I'm not able to put the code in a content page as tab is not available. Can you please advice?
Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.
|
|
|
|