User Profile
Collapse
-
Any reply?? -
How to have common layout for multiple websites in asp .net?
Hi
we are working on a portal which will have multiple websites sites loaded in same container meaning there will be a
1)Top Header showing Portals name and currently loaded app's name
2)left hand side frame having menu which will list applications which are independent of one another.Each of these application is hosted on different servers sharing same DNS name for ex .
i) www.test.com/test1/applications1/application1hom e.aspx... -
gagonm started a topic how to use showmodal dialog in navigate url of hyperlink .Hyperlink is in Grid Viewin .NEThow to use showmodal dialog in navigate url of hyperlink .Hyperlink is in Grid View
Hi
I have a code something like
Code:<gridview> <asp:template> <asp:hyperlink navigateurl='<%PrepareURL(eval(x))%>' </asp:template> </gridview>
Code:<gridview> <asp:template> <asp:hyperlink navigateurl='<%javascript:window.showmoal(PrepareURL(eval(x)),,...)%>'
Last edited by Frinavale; Sep 7 '10, 05:50 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags. -
Runtime error
Hi
I had security audit of my applications.
I have two applications
1) .NET 1.0
2) .NET 1.1
Here Request is sent in either form of
https://DNSName:443/virtualdir/~default.aspx
https://DNSName:443/virtualdir/~default.aspx?P ageId=1234
Hence application was giving runtime error since web.config mode was set to "RemoteOnly ".
But when Mode="ON" ... -
how to set RequireSSL property when authentication mode is windows
Hi
For past few days audit of my application is going.There SSL cookie issue is always used.
On search Net I fount that when authentication mode is form
we can use RequireSSL property . But Our Application uses
authentication mode as Windows in web.config.
<HttpCookies RequireSSL=true/> is something which is was mentioned in MSDN but
1) application is .net 1.0 (In this... -
Hey It didn't work out. It always give me same result.
below is snippet of my xslt.
Code:<xslt:value-of select="count(//Specialty/Specialty[@isSpecialist=true])"/> <xslt:choose> <xslt:when test="count(//Specialty/Specialty[@isSpecialist='true'])>0"> <xslt:apply-templates select="/Testing/SpecialtyInfo/Specialty"></xslt:apply-templates>
Leave a comment:
-
XSLT ::Get Count of nodes in xml matching certain condition
Hi
I have simple xml .Here in XSL1.0 ,I want to get count of all speciality tag where attribute isSpecialist= false. Similarily count of all speciality tag with isspecialist attribute value as true.
I used this but this doesn't work
count(/test/SpecialtyInfo/Specialty/@isSpecialist['true'])
Code:<?xml version="1.0" encoding="utf-8"?> <test lastActivityTime="9/24/2008
-
changing meta tag with javascript
Hi
I have a scenario where I need to update meta tag content attribute at runtime using javascript .This is basically used for scenario where I m trying to integerate my application with facebook .Since facebook looks for meta tag I want to update those tags at runtime .
www.facebook.co m/share_partners. php (Please go to this to see what I mean)
<meta name="title" content="Smith hails 'unique'... -
-
Thanks a ton .That's what I wanted .
Only One question more
creating script element again will create any issue??
when I went to see the size of Iexplore.exe which was running this particular code,its size was continuosly increasing. AnyOther solution would be fine,otherwise this will also doLeave a comment:
-
Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Untitled Page</title> </head> <body> <div id="innerFrame"></div> <script type="text/javascript"
Leave a comment:
-
Hi
I am bit new to javascript.
Also I m calling a link which is in altogether different domain.So I don't know how
to achieve this. Anycode sample would be of great helpLeave a comment:
-
Getting status from window live presence api in interval of 2mins
Hi All
I have a scenario where I need to call windows live presence api in interval of 2 to continuously update presence status of an user on my webpage without postback.I went through this link, I just want whatever is mentioned here but top on that ability to call this API after regular interval
http://msdn.microsoft. com/en-us/library/bb936689.aspx
Thanks
Jalaj -
basically my problem is that I m using xml and xsl to transform data into xhtml
and on the final rendered html , I should be able to do pagination and sorting of data .please lemme know if u didn't got problem clearlyLeave a comment:
-
pagination using xsl as well as sorting
Hi All
I have an urgent issue where I m transforming an xml structure into html page using
xslt .
since data is more , I need to do Pagination .Also there is an option to do sorting of data on final rendered html page. from client side.
for ex , if I do call to google search API for getting restaurant info for a city in form of xml. Then I need to write an xsl file to transform xml data in html page... -
-
hi
In my case I have to update some (ex 3 to 4) rows data at once on click of submit(which is not part of GridView control on form ) button on form.
I m not using Edit and update button for individual button .Here updation will be done for all selected at once.
Thanks
GaganLeave a comment:
-
Here Once I click submit then how can I can use dataset or datable and there different properties to find out which rows were updated and then use them to update my database.
I only know how to these updates using ExecuteNonQuery on command objects but never used dataset or dataadapter.
I m very new with disconnected architecture of ADO .NET especially updation part....Leave a comment:
-
Hi
Below is the part of code .
Here in BtnSubmit_Click Event I m able to find which all check box was clicked and wat value was changed but after this I need help how to update database with these values using a gud design.
[code=asp]
<%@ Page Language="C#" Trace="false" Debug="true" AutoEventWireup ="true" CodeFile="GridT emplate.aspx.cs " Inherits="GridT emplate"...Leave a comment:
-
I didn't get u.
I guess you are saying me to put code watever I have done till now??...Leave a comment:
No activity results to display
Show More
Leave a comment: