ajax control toolkit AccordianPane display issue
I have added an accordion control with 3 panes. However, when I view
it in either IE or FF the panes are displayed to the right of the
header, not underneath. Can anyone explain why this is? I know this
is not the default behavior. Below is the relevant code:
<cc1:Accordion ID="Accordion1" runat="server" AutoSize="None"
ContentCssClass="collapsePanel" HeaderCssClass="collapsePanelHeader"
FramesPerSecond="40" TransitionDuration="250" FadeTransitions="true"
SelectedIndex="0" SuppressHeaderPostbacks="true">
<Panes>
<cc1:AccordionPane ID="AccordionPane1" runat="server">
<Header>
<a href="" onclick="return false;">Know what
you need?         </a>
</Header>
<Content>
<!-- Content is standard HTML content.
Nothing data driven. No forms, etc. --!>
</Content>
</cc1:AccordionPane>
<cc1:AccordionPane ID="AccordionPane2" runat="server">
<Header>
<a href="" onclick="return false;">Payroll
        </a>
</Header>
<Content>
<!-- Content is standard HTML content.
Nothing data driven. No forms, etc. --!>
</Content>
</cc1:AccordionPane>
<cc1:AccordionPane ID="AccordionPane3" runat="server">
<Header>
<a href="" onclick="return false;">Insurance
        </a>
</Header>
<Content>
<!-- Content is standard HTML content.
Nothing data driven. No forms, etc. --!>
</Content>
</cc1:AccordionPane>
</Panes>
</cc1:Accordion>
Thanks for any help/insight anyone can offer. This is driving me
crazy. Tag: updateprogress over top of updatepanel Tag: 511439
Handle Double-click on <Input type="image">
I have an image "button" which causes a postback.
I handle the "click" with
If Request.Form("btnBU7WD6_Submit.X") > 0 Then...
this works great. However, when a user double-clicks the image button the
Page_Load (postback) is processed twice. This is a problem.
Is there any easy way to detect that the image button has been double-cliked
and posted back twice?
--
-Will Tag: updateprogress over top of updatepanel Tag: 511438
IE WebControls does not render proper XML and TSNS code
Hi,
I have a Web Application that uses IE Web Controls for main
navigation. However, the application fails to run on some servers
because of IE Web Controls are not truely rendered.
When I analysed the problem, I have seen that, failing servers somehow
fail to create correct HTML output for IEWC. For example, on server
side code we have:
<%@ Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls"
Assembly="Microsoft.Web.UI.WebControls" %>
..
<iewc:TabStrip id="LeftMenuTabStrip" CssClass="psTabStripLeftMenu"
runat="server" Width="100%" Orientation="Vertical">
<iewc:Tab DefaultImageUrl="../Images/home7.gif" ID="Home"></iewc:Tab>
</iewc:TabStrip>
And on successful servers, it outputs:
<?XML:NAMESPACE PREFIX="TSNS" />
<?IMPORT NAMESPACE="TSNS" IMPLEMENTATION="/webctrl_client/1_0/
tabstrip.htc" />
<TSNS:TabStrip id="LeftMenuTabStrip" class="psTabStripLeftMenu" ......
.....
<TSNS:Tab ID="Home" defaultImageUrl="../Images/home7.gif">Ev</
TSNS:Tab>
</TSNS:TabStrip>
However, on failing server the output is:
<table cellspacing="0" cellpadding="0" border="0"
id="LeftMenuTabStrip" class="psTabStripLeftMenu"
onclick="fLoadSelection(LeftMenuTabStrip.selectedIndex)" style="width:
100%;">
<tr><td nowrap height="30" bgcolor="'#EEEEEE'" style="height:
30px;border:none;background-color:'#EEEEEE';text-align:left;border-
bottom-width:1px;border-bottom-style:solid;border-bottom-
color:#FFFFFF;border-top-width:1px;border-top-style:solid;border-top-
color:#FFFFFF;font-family:Verdana, Arial, Helvetica, sans-serif;font-
size:11px;font-style:normal;color:#000000;clip:rect(auto auto auto
auto);text-decoration:none;vertical-align:middle;font-
weight:normal;"><font face="Verdana, Arial, Helvetica, sans-serif"
color="#000000"><table border="0" cellspacing="0"
cellpadding="0"><tr><td nowrap><font face="Verdana, Arial, Helvetica,
sans-serif" color="#000000"><img src="../Images/home7.gif" border="0"
align="absmiddle" /></font></td><td nowrap><font face="Verdana, Arial,
Helvetica, sans-serif" color="#000000">Ev</font></td></tr></table></
font></td>
So there is no rendered buttons, only standart hyperlinks (and they
fail since other JavaScript code depends on them)
I have tried, compiling controls, installing precompiled controls,
copying controls from working servers etc. etc. I have put files in
both wwwroot and application root and still did not work.
When I embed rendered HTML code it works fine, however since there are
many files it is not a proper solution :)
What more can I do? Tag: updateprogress over top of updatepanel Tag: 511437
No resources were found in the manifest.
I'm working on an asp site and i am getting the following error:#
"No resources were found in the manifest. Did you mark your content to
be compiled as resource?"
"PresntLocations=" then a list of all my XML files
What I tried to do was add a bunch of XML files with some required
data.
I've set them all to 'Embedded Resource' under the Build Action of
each one's properties.
Havn't done much else to them.
What can I do? Tag: updateprogress over top of updatepanel Tag: 511436
MutuallyExclusiveCheckBoxExtender + CheckBoxList - AJAX
Hi,
This is the error message I got when I'm trying to extend a'CheckBoxList1'
with 'MutuallyExclusiveCheckBoxExtender1' which I understand it is not
possible.
Extender control 'MutuallyExclusiveCheckBoxExtender1' cannot extend
'CheckBoxList1'. Extender controls of type
'AjaxControlToolkit.MutuallyExclusiveCheckBoxExtender' cannot extend
controls of type 'System.Web.UI.WebControls.CheckBoxList'
How can I make it possible?
Thank you in advance. Tag: updateprogress over top of updatepanel Tag: 511435
Visual Studio 2008, class library and Linq Classes
Hi all
I have created a web appication and class library using Visual Studio
2008
In the class library I have aadded a Linq to sql class and placed all
the northwind tables on the designer. Upon saving the .dbml file,
VS2008 creates an app.config
My questions are:
1)I thought class library's dont have app.configs?
2)I actually want my the connection string to be taken from the
web.config - how can I get the code to do this taking into account
that some of this code is autogenerated and I dont want to chnage the
autogenerated code?
Many thanks Tag: updateprogress over top of updatepanel Tag: 511434
Passwordrecovery control && requiredFieldValidator
hey
asp.net 3.5
I have this asp.net markup. it displays a PasswordRecovery control on a
webpage. In the markup I've set UserName as a reguired field. The problem
is that when I don't enter something in the UserName field and click Submit,
nothing happens.. it doesn't even display an error message... I thought that
when clicking the submit button the requiredFieldValidator would display an
error message... any suggestions?
Here is my markup:
<asp:PasswordRecovery ID="PasswordRecovery1" runat="server">
<UserNameTemplate>
<asp:Table ID="Table1" runat="server">
<asp:TableRow>
<asp:TableCell Width="120">Brukernavn:</asp:TableCell>
<asp:TableCell Width="200">
<asp:TextBox ID="UserName" runat="server"
Width="90%"></asp:TextBox>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell ColumnSpan="2" HorizontalAlign="Right">
<asp:RequiredFieldValidator ID="rfvUserName"
ErrorMessage="Usernameis required" ControlToValidate="UserName"
Display="Dynamic" ValidationGroup="PasswordRecovery1" runat="server"
>*</asp:RequiredFieldValidator>
<asp:Button ID="SubmitButton" CommandName="Submit"
runat="server" Text="Submit" />
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</UserNameTemplate>
<QuestionTemplate> Tag: updateprogress over top of updatepanel Tag: 511427
delete from repater / ajax / asp.net 3.5
Hi,
Im using in asp.net 3.5 and ajax.
So, I want to do something like this:
I have repeater [in update panel] with some data and button witch
deletes selected record.
Im clicking at the delete button, and then page is refreshing/
reloading. So, before delete asp must
get data from database [in OnLoad], after that asp deletes record
[repeater itemcommand]
and againg must get data from database [to refresh repeater].
My question is: is there any way, to do this without getting data from
database in OnLoad?
Greetings Tag: updateprogress over top of updatepanel Tag: 511425
Changing the password setting
Hi,
I'm using the wizard login control in ASP.NET 2.0. The default password is 7
characters minimum and an minimum 1 non-alphanumeric character. Why can I
change these setting?
King Tag: updateprogress over top of updatepanel Tag: 511422
Ajax invoke WebMethod with *out* Params
[WebMethod]
public void Test(string Str)
for the WebMethod above, I am able to invoke using Ajax by:
WebService.asmx/Test?Str='something'
But in the case below:
[WebMethod]
public void Test(string Str, out string OutStr)
I tried to invoke using the similar string:
WebService.asmx/Test?Str='something'
But i failed. It seems like there is a need for me to assing the
OutStr, but again OutStr is not supose to to be set right?
So, how can I invoke the above WebMethod using Ajax?
Thanks in advance. Tag: updateprogress over top of updatepanel Tag: 511417
ANN: Version 3.1 of VintaSoftTwain.NET Library has been released.
What's new in this version:
- Acquisition algorithm has been optimized for compatibility with HP
and Fujitsu scanners.
- Opportunity to use any authentication schemes (such as basic,
digest, NTLM, and Kerberos authentication) at image uploading has been
added.
- Redirection functionality has been added to image uploading
algorithm. Tag: updateprogress over top of updatepanel Tag: 511413
Omega Seamaster Planet Ocean XL Mens Watch 2210.50 Replica
Omega Seamaster Planet Ocean XL Mens Watch 2210.50 Replica, Fake,
Cheap, AAA Replica watch
Omega Seamaster Planet Ocean XL Mens Watch 2210.50 Link :
http://www.aaa-replica-watch.com/Omega_Seamaster_Mens_Watch_2210_50.html
Buy the cheapest Omega Seamaster Planet Ocean XL Mens Watch 2210.50 in
toppest Replica . www.aaa-replica-watch.com helps you to save money!
Omega-Seamaster-Mens-Watch-2210-50 , Omega Seamaster Planet Ocean XL
Mens Watch 2210.50 , Replia , Cheap , Fake , imitation , Omega Watches
Omega Seamaster Planet Ocean XL Mens Watch 2210.50 Information :
Brand : Omega Watches (http://www.aaa-replica-watch.com/
Replica_Omega.html )
Gender : Mens
Model : Omega-Seamaster-Mens-Watch-2210-50
Case Material : Stainless Steel
Case Diameter :
Dial Color : Black
Bezel : Unidirectional Rotating
Movement : Automatic
Clasp : Stainless Steel
Water Resistant : 600m/2000ft
Crystal : Scratch Resistant Sapphire
Our Price : $ 223.00
Availability: Contact Us For Availability Omega Seamaster Planet Ocean
XL Mens Watch 2210.50 Stainless Steel Case. Stainless Steel Bracelet.
Black Dial. Chronograph. Unidirectional Rotating Bezel. Date Displays
Between 4 and 5 O'clock Positions. Scratch Resistant Sapphire Crystal.
Deployment Clasp. Case Diameter 45mm. Case Thickness 18mm. Automatic
Movement. Water Resistant At 600m/2000ft. Omega Seamaster Planet Ocean
XL Mens Watch 2210.50 Omega Seamaster Planet Ocean XL Mens Watch
2210.50 Brand OmegaSeries Omega SeamasterGender MensCase Material
Stainless SteelCase Thickness 18mmCase Diameter 45mmSize Extra
LargeDial Color BlackBezel Unidirectional RotatingMovement
AutomaticClasp DeploymentBracelet Stainless SteelWater Resistant 600m/
2000ftCrystal Scratch Resistant SapphireWarranty Warranty service for
this watch will be offered through Haob2b.com and not the
manufacturer. Omega watches have a 2 year Haob2b.com warranty. Please
click here for additional watch warranty information.Additional
Information Chronograph; Date Displays Between 4 and 5 O'clock
PositionsOmega watches have been a standard for quality and excellence
for over 150 years, when the company began as Switzerland's first
watch manufacturer. When elegance and strength come together to form
an extraordinary timepiece, the result can only be an Omega
wristwatch. Omega watches are proud to be endorsed by many of the
world's leading athletes and celebrities, the most prominent being
James Bond 007. The Omega Seamaster watch made its first silver screen
debut in1995 in the James Bond 007 movie Goldeneye. The Omega
Constellation, Omega Aqua Terra, Omega Speedmaster, Omega double
eagle, Omega Broad Arrow, and Omega Co-Axial series are on sale at
Haob2b at competitive prices.Omega Seamaster Planet Ocean XL Mens
Watch 2210.50 is brand new, join thousands of satisfied customers and
buy your Omega Seamaster Planet Ocean XL Mens Watch 2210.50 with total
satisfaction . A Haob2b.com 30 Day Money Back Guarantee is included
with every Omega Seamaster Planet Ocean XL Mens Watch 2210.50 for
secure, risk-free online shopping. Haob2b.com does not charge sales
tax for the Omega Seamaster Planet Ocean XL Mens Watch 2210.50, unless
shipped within New York State. Haob2b.com is rated 5 stars on the
Yahoo! network.
Omega Seamaster Planet Ocean XL Mens Watch 2210.50 Replica, With the
mix of finest craftsmanship and contemporary styling, not only does it
reflect the time but also care you put into looking good. choose one
to promote your quality and make yourself impressive among people
Thank you for choosing www.aaa-replica-watch.com as your reliable
dealer of quality waches including Omega Seamaster Planet Ocean XL
Mens Watch 2210.50 . we guarantee every watch you receive will be
exact watch you ordered. Each watch sold enjoy one year Warranty for
free repair. Every order from aaa-replica-watches is shipped via EMS,
the customer is responsible for the shipping fee on the first order,
but since the second watch you buy from our site, the shipping cost is
free. Please note that If the total amount of payment is over
$600(USD), the customer is required to contact our customer service
before sending the money in case failed payment. If you have any other
questions please check our other pages or feel free to email us by
service@aaa-replica-watch.com.
The Same Omega Watches Series :
Omega Seamaster Planet Ocean XL Mens Watch 2200.50 :
http://www.aaa-replica.com/Omega_2200_50.html
Omega Seamaster Planet Ocean Orange Mens Watch 2909.50.38 :
http://www.aaa-replica.com/Omega_2909.50.38.html
Omega Seamaster Planet Ocean Mens Watch 2909.50.82 :
http://www.aaa-replica.com/Omega_Seamaster_Mens_Watch_2909_50_82.html
Omega Seamaster Planet Ocean Mens Watch 2909.50.91 :
http://www.aaa-replica.com/Omega_2909_50_91.html
Omega Seamaster Planet Ocean Mens Watch 2901.50.91 :
http://www.aaa-replica.com/Omega_2901.50.91.html
Omega Seamaster Planet Ocean Mens Watch 2901.50.81 :
http://www.aaa-replica.com/Omega_Seamaster_Mens_Watch_2901_50_81.html
Omega Seamaster Mens Watch 2589.30 :
http://www.aaa-replica.com/Omega_Seamaster_Mens_Watch_2589_30.html
Omega Seamaster Steel Blue Strap Mens Watch 2920.80.91 :
http://www.aaa-replica.com/Omega_Seamaster_Mens_Watch_2920_80_91.html
Omega Seamaster 300m 2541.80 :
http://www.aaa-replica.com/Omega_2541.80.html
Omega Seamaster Diver 300M Ladies Watch 2285.80 :
http://www.aaa-replica.com/Omega_2285.80.html
Omega Seamaster Diver 300M Mens Watch 2255.80 :
http://www.aaa-replica.com/Omega_2255.80.html
Omega Seamaster Titanium Diver 300M Mens Watch 2232.80 :
http://www.aaa-replica.com/Omega_2232.80.html Tag: updateprogress over top of updatepanel Tag: 511406
Omega Seamaster Diver 300M Midsize Watch 2252.50 Replica
Omega Seamaster Diver 300M Midsize Watch 2252.50 Replica, Fake, Cheap,
AAA Replica watch
Omega Seamaster Diver 300M Midsize Watch 2252.50 Link :
http://www.aaa-replica-watch.com/omega_seamaster_2252_50.html
Buy the cheapest Omega Seamaster Diver 300M Midsize Watch 2252.50 in
toppest Replica . www.aaa-replica-watch.com helps you to save money!
omega-seamaster-2252-50 , Omega Seamaster Diver 300M Midsize Watch
2252.50 , Replia , Cheap , Fake , imitation , Omega Watches
Omega Seamaster Diver 300M Midsize Watch 2252.50 Information :
Brand : Omega Watches (http://www.aaa-replica-watch.com/
Replica_Omega.html )
Gender : Unisex
Model : omega-seamaster-2252-50
Case Material : Stainless Steel
Case Diameter : 2252.50, 2252.50.00, 2252-50, 2252-50-00, 2252/50,
225250, 2252
Dial Color : Black
Bezel : Unidirectional Rotating
Movement : Automatic
Clasp : Stainless Steel
Water Resistant : 300m/1000ft
Crystal : Scratch Resistant Sapphire
Our Price : $ 256.00
Availability: Contact Us For Availability Omega Seamaster Diver 300M
Midsize Watch 2252.50 Black Dial. Sapphire Crystal. Steel Case & Band.
300 Meters Water Resistant. Automatic Chronometer Movement.34.8mm = 1
3/8 Dial7" Adjustable Band. Omega Seamaster Diver 300M Midsize Watch
2252.50 Brand OmegaSeries Omega SeamasterGender UnisexCase Material
Stainless SteelCase Thickness 11.7mmCase Diameter 34.8mmSize
MidsizeDial Color BlackBezel Unidirectional RotatingMovement
AutomaticClasp Push Button DeploymentBracelet Stainless SteelWater
Resistant 300m/1000ftCrystal Scratch Resistant SapphireWarranty
Warranty service for this watch will be offered through Haob2b.com and
not the manufacturer. Omega watches have a 2 year Haob2b.com warranty.
Please click here for additional watch warranty information.Item
Variations 2252.50, 2252.50.00, 2252-50, 2252-50-00, 2252/50, 225250,
2252Omega watches have been a standard for quality and excellence for
over 150 years, when the company began as Switzerland's first watch
manufacturer. When elegance and strength come together to form an
extraordinary timepiece, the result can only be an Omega wristwatch.
Omega watches are proud to be endorsed by many of the world's leading
athletes and celebrities, the most prominent being James Bond 007. The
Omega Seamaster watch made its first silver screen debut in1995 in the
James Bond 007 movie Goldeneye. The Omega Constellation, Omega Aqua
Terra, Omega Speedmaster, Omega double eagle, Omega Broad Arrow, and
Omega Co-Axial series are on sale at Haob2b at competitive
prices.Omega Seamaster Diver 300M Midsize Watch 2252.50 is brand new,
join thousands of satisfied customers and buy your Omega Seamaster
Diver 300M Midsize Watch 2252.50 with total satisfaction . A
Haob2b.com 30 Day Money Back Guarantee is included with every Omega
Seamaster Diver 300M Midsize Watch 2252.50 for secure, risk-free
online shopping. Haob2b.com does not charge sales tax for the Omega
Seamaster Diver 300M Midsize Watch 2252.50, unless shipped within New
York State. Haob2b.com is rated 5 stars on the Yahoo! network.
Omega Seamaster Diver 300M Midsize Watch 2252.50 Replica, With the mix
of finest craftsmanship and contemporary styling, not only does it
reflect the time but also care you put into looking good. choose one
to promote your quality and make yourself impressive among people
Thank you for choosing www.aaa-replica-watch.com as your reliable
dealer of quality waches including Omega Seamaster Diver 300M Midsize
Watch 2252.50 . we guarantee every watch you receive will be exact
watch you ordered. Each watch sold enjoy one year Warranty for free
repair. Every order from aaa-replica-watches is shipped via EMS, the
customer is responsible for the shipping fee on the first order, but
since the second watch you buy from our site, the shipping cost is
free. Please note that If the total amount of payment is over
$600(USD), the customer is required to contact our customer service
before sending the money in case failed payment. If you have any other
questions please check our other pages or feel free to email us by
service@aaa-replica-watch.com.
The Same Omega Watches Series :
Omega Seamaster 300m Midsize Mens Watch 2223.80 :
http://www.aaa-replica.com/omega_james_bond_watch_2223_80.html
Omega Seamaster Diver 300M Mens Watch 2254.50 :
http://www.aaa-replica.com/Omega_2254.50.html
Omega Seamaster Diver 300M Mens Watch 2264.50 :
http://www.aaa-replica.com/Omega_2264.50.html
Omega Seamaster Diver 300M Ladies Watch 2284.50 :
http://www.aaa-replica.com/Omega_2284.50.html
Omega Seamaster Diver 300M Midsize Watch 2253.80 :
http://www.aaa-replica.com/Omega_2253.80.html
Omega Seamaster Titanium 300M Chronograph Mens Watch 2569.50 :
http://www.aaa-replica.com/Omega_2569.50.html
Omega Seamaster Diver 300M Midsize Watch 2262.50 :
http://www.aaa-replica.com/Omega_2262.50.html
Omega Seamaster Chronograph Mens Watch 2293.52 :
http://www.aaa-replica.com/Omega_2293_52.html
Omega Seamaster Steel with 18kt White Gold Midsize Watch 2236.50 :
http://www.aaa-replica.com/Omega_2236.50.html
Omega Seamaster Titanium Diver 300M Chronograph Mens Watch 2294.52 :
http://www.aaa-replica.com/Omega_2294.52.html
Omega Seamaster 300M GMT Mens Watch 2535.80 :
http://www.aaa-replica.com/Omega_2535_80.html
Omega Seamaster Automatic Diver 300M Chronograph Mens Watch 2594.52 :
http://www.aaa-replica.com/Omega_2594.52.html Tag: updateprogress over top of updatepanel Tag: 511405
Page Level Caching?
Every page of our website have dynamic database driven aspects and we are
using some datasource caching now. Even though we need a database driven
website, most of our pages would work just fine if cached for 8 or more
hours. Is there a way to cach the entire page for 8+ hours with ASP.NET,
IIS, and/or the user's browser? Tag: updateprogress over top of updatepanel Tag: 511402
File Upload weirdness...
Ok,
So, I'm a .NET/AJAX web application (VB.NET) and in one of my content
screens, among a barrage of controls and panels, I have a File Upload
control... nothing fancy.
Below the control there is a standard button called aFile_btn.
This is the click event of aFile_btn:
---------------------------------------------------------------
Protected Sub aFile_btn_Click(ByVal sender As Object, ByVal e As
System.EventArgs)
If FileUpload1.PostedFile.FileName <> "" Then
End If
End Sub
--------------------------------------------------------------
Simple? I thought so. But when I run the app and click aFile_btn I get the
following error on the "If" line:
Object reference not set to an instance of an object.
You think that's frustrating? there's more. If I copy and paste the exact
code behind the button onto a fresh page, with only a FileUpload control and
a Button, it works perfectly...........
Any ideas? Tag: updateprogress over top of updatepanel Tag: 511398
Problem with html page (Firefox only)
I usually program in .NET, but for this site I'm using normal HTML.
Here's a temporary link:
http://www.growtechinc.com/test/savage/projects.html
In IE the page shows up fine. In Firefox the background of the main content
is CLEAR. Any ideas why?
Thanks,! Tag: updateprogress over top of updatepanel Tag: 511390
SqlCommand Parameters.Add
Using SqlCommand, this is how I am updating a database table:
--------------------------------------------------------------------------------
Sub UpdateDataGrid(obj As Object, ea As DataGridCommandEventArgs)
strSQL = "UPDATE Basket SET Quantity = Qty, Total = TotAmt WHERE
BasketID = BID AND ProductID = PID"
sqlCmd = New SqlCommand(strSQL, sqlConn)
With sqlCmd
.Parameters.Add("Qty", SqlDbType.Int).Value = CInt(iQty)
.Parameters.Add("TotAmt", SqlDbType.Money).Value = CInt(iQty)
* CType(ea.Item.FindControl("lblPrice"), Label).Text
.Parameters.Add("BID", SqlDbType.VarChar, 50).Value =
strBasketID
.Parameters.Add("PID", SqlDbType.VarChar, 50).Value =
CType(ea.Item.FindControl("lblID"), Label).Text
End With
sqlConn.Open()
sqlCmd.ExecuteNonQuery()
sqlConn.Close()
End Sub
--------------------------------------------------------------------------------
But the above code generates the following error pointing to the
sqlCmd.ExecuteNonQuery() line in the above code:
Invalid column name 'BID'.
Invalid column name 'PID'.
BID & PID are not the column names in the actual database table but
can't it be done in the way I have done above? In fact, Qty & TotAmt
are not the column names in the actual database table as well; so why
isn't the error pointing to Qty & TotAmt as they will be evaluated
before BID & PID, if I am not mistaken?
Thanks,
Ron Tag: updateprogress over top of updatepanel Tag: 511389
Fail To Cast: DirectCast(dataRow(CInt(enum AlertDataGridColumns.Details)),
HI.
I am trying to acheive a custom spacer in datagrid as such:
<tr>
<td colspan="5" class="divider"> </td>
</tr>
The code i am attempting to create this spacer is below:
I get a null refernce exception in the indicated line below.
Any ideas?
Sub dgSpacer_ItemDataBound(ByVal sender As Object, ByVal e As
System.Web.UI.WebControls.DataGridItemEventArgs)
Dim item As DataGridItem = e.Item
' if its not an item or alternating item, get out of here
If item.ItemType <> ListItemType.Item And item.ItemType <>
ListItemType.AlternatingItem Then
Return
End If
' we need to access the datarow to get the text, so lets
get it
Dim dataRow As System.Data.DataRow =
DirectCast(item.DataItem, Data.DataRowView).Row
'now we need to create the new row, add the cell and put
in some text.
Dim oNewItem As New DataGridItem(item.ItemIndex,
item.DataSetIndex, item.ItemType)
Dim oNewCell As New TableCell()
oNewItem.Cells.Add(oNewCell)
oNewCell.ColumnSpan = item.Cells.Count
Dim oFullText As New Label()
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
THIS LINE
BREAKS''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
oFullText.Text = DirectCast(dataRow(CInt(enum
AlertDataGridColumns.Details)), String)
oNewCell.Controls.Add(oFullText)
' now w need to add it to the table (is always first item
in
'datagrid controls) and we're done!
MyDataGrid.Controls(0).Controls.Add(oNewItem)
End Sub Tag: updateprogress over top of updatepanel Tag: 511379
need the sn.exe tool
Hi,
i need the sn.exe tool in order to sign assemblies with strong names.
I use Visual Web Dev. and i coudn't find it in the directory
c:\windows\microsoft.net\framework\v2.0.xxxxx .
Can it be downloaded from somewhere?
Thanks
Bob Tag: updateprogress over top of updatepanel Tag: 511371
Check For Updates
How is this usually implemented in a program ?
Do you use a web service or just a normal asp or html connection and not
display the page ?
I know nothing, but the way I see it is you :
(a) Go somewhere
(b) Authenticate somehow
(c) Get a reply giving new version and address of update
(d) Download the update and install Tag: updateprogress over top of updatepanel Tag: 511370
Hide footer on gridview with paging enabled
Hello,
I have an asp.net 2.0 gridview with the paging enabled. I don't want to
display the footer, but it always displays with the page numbers displayed.
I have set the grid's showfooter to false and also tried to set the
footerstyle height to 0px, but it always seems to show.
Is there any way to hide the footer?
--
Regards,
Phillip Johnson (MCSD For .NET)
PJ Software Development
www.pjsoftwaredevelopment.com Tag: updateprogress over top of updatepanel Tag: 511368
Passing Form Data In PopUp Windows
I can't move form data around in my popup.
I have a popup link. It uses a custom method (sorry for the code):
<script type="text/javascript">
/* popup */
var win=null;
function NewWindow(mypage, myname, w, h, pos, infocus) {
if (pos == "random") {
myleft = (screen.width) ? Math.floor(Math.random()*(screen.width-
w)) : 100;
mytop = (screen.height) ? Math.floor(Math.random()*((screen.height-
h)-75)) : 100;
}
if (pos == "center") {
myleft = (screen.width) ? (screen.width-w)/2 : 100;
mytop = (screen.height) ? (screen.height-h)/2 : 100;
} else if ((pos != 'center' && pos != "random") || pos == null) {
myleft = 0;
mytop = 20;
}
if(w!=''){
var _w = w;
} else {
var _w = screen.width;
}
if(h!=''){
var _h = h;
} else {
var _h = screen.height;
}
settings = "width="+_w+",height="+_h+",top="+mytop+",left="+myleft
+",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes";
win = window.open(mypage, myname, settings);
win.focus();
}
</script>
</head>
<body>
<div id="mypopup"></div>
<div>
<img src="" alt="" />
<h3>Click On The PopUp And Send It A ScheduleID</h3>
<p><a href="javascript:NewWindow('popup.aspx?
sid=68','mypopup','1024','768','center','front');">PopUp</a></p>
</div>
</body>
</html>
In the code behind of popup.aspx, I write code to the client (i need
server data so i am doing it this way).
Included is the form for a login screen:
MyPlaceHolder.Controls.Add(new LiteralControl("<p>Click on the button
below to access the presentation interface.</p><br />" +
"<form action='./destination.aspx?this=is&your=brain'
id='destination' taget='_self'>" +
"<input type='hidden' id='hidden1' value='hidden1value' /
><input type='hidden' id='hidden2' value='hidden2value' />" +
"<div class='form'><ul><li><label>Email:</label><input
type='text' class='input_medium' id='oEmail' /></li>" +
"<li><label>Password:</label><input type='password'
class='input_medium' id='oPass' /></li>" +
"<li><span><input type='submit' value='Login' /></span></
a></div></li></ul></form>"));
When the destination.aspx form posts, it is supposed to send data to
the server (hidden, query, etc) but it never does. Why?? What am i
doing wrong?
Thanks! Tag: updateprogress over top of updatepanel Tag: 511365
RENT XXX DVDs ONLINE - JUST LIKE NETFLIX - TRY IT FREE FOR 15 DAYS!
Rent your favorite porn online, just like Netflix! Choose from over
15,000 movies including ALL THE TOP STUDIOS AND ALL THE SEXIEST STARS,
then have them delivered right to your door in just two days.
* * TRY IT FREE FOR 15 DAYS! * *
http://in.urentdvds.com/c/dvdIn.cgi/3/1280876/A
Keep movies as long as you want, send them back when your done to get
your next DVD. FREE SHIPPING BOTH WAYS!
http://in.urentdvds.com/c/dvdIn.cgi/3/1280876/A
BONUS! EARN FREE DVDs TO KEEP!! TRY IT FREE RIGHT NOW!!
http://in.urentdvds.com/c/dvdIn.cgi/3/1280876/A
** HARDCORE ACTION MOVIES
http://in.urentdvds.com/c/dvdIn.cgi/32/1280876/A
** MOVIES STARRING CHICKS WITH BIG BOOBS
http://in.urentdvds.com/c/dvdIn.cgi/31/1280876/A
** GIRL ON GIRL ACTION MOVIES
http://in.urentdvds.com/c/dvdIn.cgi/37/1280876/A
** PORN STARS
http://in.urentdvds.com/c/dvdIn.cgi/26/1280876/A
** DOUBLE PENETRATION
http://in.urentdvds.com/c/dvdIn.cgi/33/1280876/A
** TEENS
http://in.urentdvds.com/c/dvdIn.cgi/41/1280876/A
** THREE WAYS
http://in.urentdvds.com/c/dvdIn.cgi/42/1280876/A
** TRANNY MOVIES/CHICKS WITH DICKS
http://in.urentdvds.com/c/dvdIn.cgi/25/1280876/T
** GAY MOVIES
http://in.urentdvds.com/c/dvdIn.cgi/35/1280876/H Tag: updateprogress over top of updatepanel Tag: 511364
Generate a unique ID for each page of my application
Hello,
I want to generate a unique ID for each page of my Asp.Net application.
My first step is to generate a new Guid when the page is loaded for the
first time and registers, stores this new Guid in a Dictionary which is saved
in the ApplicationState, then I add a hidden field to the page __PageID, so
I can get this unique ID on other Postbacks. No problem.
The problem is about hackers. They can modify my hidden field to another Guid.
What other parameters can I add to have a perfect unique ID per page ?
(I was thinking about computer info or IP address)
Thanks in advance for your help. Tag: updateprogress over top of updatepanel Tag: 511363
Caching App Data
The data for my web app is an object model that consists of a class with a
series of properties typed as generic.list(of SomeClass). The object model
gets built up along the way by calls to SQL Server. Some of the data is
global data, some of it is user data. Instead of making multiple calls to
the DB to get the same data, I was thinking that I could cache the object
model and retrieve it.
To do that in .net 1.1, I would have done something like this
Dim _GobalData as new GlobalDataObjectModel
_GobalData = Cache("GlobalData")
If _GlobalData Is Nothing Then
_GlobalData = CreateGlobalData
Cache("GlobalData") = _GlobalData
End IF
UseGlobalData()
It seems caching in .net 2.0 is quite different. For one thing, there seems
to be a problem with my reference to *cache*. Is it possible to do this? If
so, what is the namespace for *cache*? Do I need to do this some other way? Tag: updateprogress over top of updatepanel Tag: 511362
Copying Directories and files
I have an asp.net (VB) page that I am trying to copy subfolders and their
files into a new folder. I am using the asp.net code below, but it is not
working. It copies all files in each of the subdirectories but not the
folders that contain them. Can anyone tell me what I am missing? Thanks.
David
For Each foundDirectory As String In
My.Computer.FileSystem.GetDirectories(strListFolderPath,
FileIO.SearchOption.SearchAllSubDirectories, "*")
My.Computer.FileSystem.MoveDirectory(foundDirectory,
strCloseFolderPath, True)
Next Tag: updateprogress over top of updatepanel Tag: 511361
image url problems with subfolders
I had the following on a page:
<asp:Image runat="server" ID="imgGradLarge" ImageUrl='<%# "ClassmatePics/" &
Eval("GradPhotoFileName") %>'></asp:Image>
The folder "ClassmatePics" was off my site's root. This was working fine.
Some people made recommendations to move folders like this (where users can
upload images) to the App_Data folder so I did that as follows:
C:\Inetpub\wwwroot\Website1\App_Data\ClassmatePics
Of cousre I changed all my code in the images to account for the change as
follows (sevearl ways shown below)
<asp:Image runat="server" ID="imgGradLarge" ImageUrl='<%#
"~/App_Data/ClassmatePics/" & Eval("GradPhotoFileName") %>'></asp:Image>
<asp:Image runat="server" ID="imgGradLarge" ImageUrl='<%#
"App_Data/ClassmatePics/" & Eval("GradPhotoFileName") %>'></asp:Image>
<asp:Image runat="server" ID="imgGradLarge" ImageUrl='<%#
"Website1/App_Data/ClassmatePics/" & Eval("GradPhotoFileName")
%>'></asp:Image>
<asp:Image runat="server" ID="imgGradLarge" ImageUrl='<%#
"/Website1/App_Data/ClassmatePics/" & Eval("GradPhotoFileName")
%>'></asp:Image>
None of the above work at all. No image shows up. The images are in the
folder they're supposed to be in. The folders have read privileges. I don't
get any errors. I just get blank images where before they showed up
correctly. The whole url path thing is goign to be the death of me. It
doesn't seem consistent. Not sure what to do here to get this right. Hope
someone can help.
Thanks,
Keith Tag: updateprogress over top of updatepanel Tag: 511357
Redirection script
I have a form which I need to redirect to a file (could be PDF or Word)
which is on the clients local system but I am having touble getting it to
fire the javascript.
In the PageLoad if not a postback I do
string oFileScript = "<script language='javascript'>" +
"window.location='file:///" + fileName + "';</script>";
Page.RegisterStartupScript("OpenFile", openFileScript);
It is like I need it to do another postback to fire the script. Tag: updateprogress over top of updatepanel Tag: 511354
How to check if cookie not exist?
How do I check to see if a cookie exists or not?
I tried these 3 but they don't work...
If Not Request.Cookies("UserSettings")("IsAdmin") Is Nothing Then...
If Request.Cookies("UserSettings")("IsAdmin") IsNot Nothing Then...
If Not IsNothing(Request.Cookies("UserSettings")("IsAdmin")) Then...
They all give me a System.NullReferenceException.
Thanks! Tag: updateprogress over top of updatepanel Tag: 511353
Gridview next and prior page text or image?
What property do I need to set so that I see the < and > for next and
prior page in my gridview.
AllowPaging is true and I do see the page numbers and can select them
but not the prior and next page text or image.
<asp:GridView ID="gridCollaborator" runat="server"
DataKeyNames="ColID" Width="600px"
PageSize="5" SkinID="WH" AllowPaging="True">
<EmptyDataTemplate>
No Records Found
</EmptyDataTemplate> Tag: updateprogress over top of updatepanel Tag: 511351
WizardStep question
Hello I am currently creating a form that uses WizardStep to go from page to
page.
I do want to get the data from the wizardstep that is displayed but I cannot
figure out how to check which wizardstep the page is on.
I tried checking the page and using FindControl(wizardstepID)!= null,
however that does not seem to work.
Anyone have any suggestions?
thank you. Tag: updateprogress over top of updatepanel Tag: 511350
SQL Injection detection
Besides parameterizing SQL or using Stored Procedures, is there any
reliable way to test if a string has an SQL Injection attack. ...For
example, can one use the same method ADO uses when examining
parameters to detect SQL Injection? Tag: updateprogress over top of updatepanel Tag: 511343
Multiple login forms in one web application
This is a multi-part message in MIME format.
------=_NextPart_000_0016_01C88461.FE78E890
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 8bit
Hello all!
Is there any way I can have two different login areas in one web
application? I have user portal, to which customers can login and I have
admin panel. Using roles doesnâ??t really help here, cause customers and
admins are entirely different entities. Furthermore design of their login
pages will be different.
I know that forms authentication doesnâ??t support this natively, but
probably there is a known pattern?
Thank you!
------=_NextPart_000_0016_01C88461.FE78E890
Content-Type: text/html;
charset="Utf-8"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns=3D"http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<meta name=3DGenerator content=3D"Microsoft Word 12 (filtered medium)">
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;}
@page Section1
{size:8.5in 11.0in;
margin:56.7pt 42.5pt 56.7pt 85.05pt;}
div.Section1
{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3DEN-US link=3Dblue vlink=3Dpurple>
<div class=3DSection1>
<p class=3DMsoNormal>Hello all!<o:p></o:p></p>
<p class=3DMsoNormal><o:p> </o:p></p>
<p class=3DMsoNormal>Is there any way I can have two different login =
areas in one
web application? I have user portal, to which customers can login and I =
have
admin panel. Using roles doesn=E2=80=99t really help here, cause =
customers and admins
are entirely different entities. Furthermore design of their login pages =
will
be different.<o:p></o:p></p>
<p class=3DMsoNormal><o:p> </o:p></p>
<p class=3DMsoNormal>I know that forms authentication doesn=E2=80=99t =
support this
natively, but probably there is a known pattern?<o:p></o:p></p>
<p class=3DMsoNormal><o:p> </o:p></p>
<p class=3DMsoNormal>Thank you!<o:p></o:p></p>
</div>
</body>
</html>
------=_NextPart_000_0016_01C88461.FE78E890-- Tag: updateprogress over top of updatepanel Tag: 511332
save 2005 sqldatabase as 2000 database
Hi just wondering if anyone knows if you can save a 2005 database as a 2000
database so it can be opened and used in 2000?
thanks.
--
Paul G
Software engineer. Tag: updateprogress over top of updatepanel Tag: 511316
Localhost -Visual Web Developer 2005
I am trying to view a project using web developer 2005 on a vista laptop
using this connection string in the web.config file.
<add name="AmSoftMgt" connectionString="Driver={MySQL ODBC 3.51
Driver};Server=66.36.240.205;Database=AmSoftMgt;User=AmSoftWeb;Password=AmS0ftW3b;Option=3;"/>
But every time I debug (with no errors) or preview a page, the project loads
at http://localhost:50977/root/login.aspx
I have searched my entire solution for any other references to localhost and
none exist. Why does it keep loading in localhost? Tag: updateprogress over top of updatepanel Tag: 511315
ListBox populated with Javascript shows no members upon Callback
Hi all,
I was wondering if what I am seeing is to be expected or maybe I'm setting
things up wrong with the Update Panels. I am programming in VS 2008 with VB.
I have a page with multiple update panels. At the bottom of the page I have
an update panel with UpdateMode="Always" where I store hidden fields. I use
them for communication with the server and maintaining state upon Callbacks.
The fields appear to be always Read/Write accessible at the server during
the page callback.
One of the other update panels is set to UpdateMode="Conditional"
ChildrenAsTriggers="false" and I have defined some trigger buttons
(AsyncPostBackTrigger) that are clicked from within JavasScript functions.
There is an asp listbox (Id = "lstSelected") in that panel which I populate
clientside using the JavaScript DOM, depending on what the user selects from
a Grid .
Upon callback with the Trigger defined for the update panel, I discover that
in Page_Load Me.lstSelected.Items.Count = 0. There are no Items found in the
lisbox even though they were clearly there in the Browser document having
been placed there with JavaScript. Is this to be expected that listboxes
populated in this manner show as empty at the server during callback?
I have resorted to populating some hidden fields with delimited strings
representing the contents of the listbox. These are populated at the same
time as the listbox entries are created via JavaScript...but as I said, for
some reason they persist.
Can anyone tell me why I might be seeing this type of behavior?
Thanks for any replies. Tag: updateprogress over top of updatepanel Tag: 511314
Need help with dynamically loaded user control losing changes...
I have been struggling with this for weeks. Each time I thought I had
it figured out, it has reared its ugly head again! :) Any help is
SO appreciated since my project deadline is Friday!!!!
************What I am trying to do:
I have a bunch of user controls that are loaded and unloaded one at a
time. Before one control is loaded, a SaveControl method is called to
save any changes the user made in the previous control.
************What is happening:
I am dynamically loading a user control in a place holder like this:
Control ctl = new Control();
ctl = LoadControl("AssessmentDemographics.ascx");
The control loads fine. A user is able to change values of controls
in the user control. Once they have made their changes, they click on
the next control they want to load. However, when the SaveControl
method in the usercontrol is triggered the first time, the changes are
saved. But then any other changes made are lost!
I have stepped through the code and watched the new values entered by
the user disappear. For example, a patient has been entered with the
first name of "John". The user changes the name to "Jack", but when
the SaveControl method is called and the first name property is being
set to the text box's text, it says the text box text still says John.
I am not sure what I am doing right the first time and doing wrong
every other time! I don't know what I am missing. I will post some
code to give a better idea of what I am doing. Hopefully it isn't as
confusing as I am feeling right now. :)
TIA,
Rosemary
//*****************CODE TO FOLLOW******************************
//---------------------------MAIN
PAGE------------------------------------------
//I have link buttons that a user can click to change which form they
are working on.
//Each time a link is clicked, the current form is saved, and the new
one loaded
protected void lnkDemographics_Click(object sender, EventArgs e)
{
//Utility is just a class I created to help me convert values
without having null errors, etc....
AGP.Utilities.Utility utility = new AGP.Utilities.Utility();
SaveCurrentControl();
//Form Order is simply an enum letting me save which Form ID is
currently loaded.
//I save that form id to a cookie.
SaveCurrentControlID(utility.GetInt32(AGP.Common.FormOrder.AssessmentDemographics));
LoadCurrentControl();
}
protected void lnkAssessmentMain_Click(object sender, EventArgs e)
{
AGP.Utilities.Utility utility = new AGP.Utilities.Utility();
SaveCurrentControl();
SaveCurrentControlID(utility.GetInt32(AGP.Common.FormOrder.AssessmentMain));
LoadCurrentControl();
}
private void LoadCurrentControl()
{
int controlID = GetCurrentControlID();
//If controlID = 0 then no control needs to be loaded, so exit the
method
if (controlID == 0)
{
return;
}
//Load the requested control
AGP.Utilities.Utility utility = new AGP.Utilities.Utility();
Control ctl = new Control();
placeHolder.Controls.Clear();
if (controlID ==
utility.GetInt32(AGP.Common.FormOrder.AssessmentDemographics))
{
this.lnkDemographics.BackColor = System.Drawing.Color.AliceBlue;
ctl = LoadControl("AssessmentDemographics.ascx");
}
else if (controlID ==
utility.GetInt32(AGP.Common.FormOrder.AssessmentMain))
{
this.lnkAssessmentMain.BackColor =
System.Drawing.Color.AliceBlue;
ctl = LoadControl("AssessmentMain.ascx");
}
placeHolder.Controls.Add(ctl);
}
private Boolean SaveCurrentControl()
{
//If the control to save is empty, then this is a first load and
no control needs saving yet
int controlID = GetCurrentControlID();
if (controlID == 0)
{
return false;
}
AGP.Utilities.Utility utility = new AGP.Utilities.Utility();
if (controlID ==
utility.GetInt32(AGP.Common.FormOrder.AssessmentDemographics))
{
UserControls_AssessmentDemographics currentControl =
(UserControls_AssessmentDemographics)placeHolder.Controls[0];
currentControl.SaveControl();
}
else if (controlID ==
utility.GetInt32(AGP.Common.FormOrder.AssessmentMain))
{
UserControls_AssessmentMain currentControl =
(UserControls_AssessmentMain)placeHolder.Controls[0];
currentControl.SaveControl();
}
return true;
}
private void SaveCurrentControlID(int controlID)
{
Session["CurrentControlID"] = controlID;
}
private void ClearCurrentControlID()
{
Session["CurrentControlID"] = null;
}
private int GetCurrentControlID()
{
if (Session["CurrentControlID"] == null)
{
return 0;
}
else
{
AGP.Utilities.Utility utility = new AGP.Utilities.Utility();
return utility.GetInt32(Session["CurrentControlID"]);
}
}
//-------------------------DEMOGRAPHICS USER
CONTROL----------------------------
//The second user control is very similar to this one,
//just uses a different class to update different properties.
protected void Page_Load(object sender, System.EventArgs e)
{
OpenAssessment();
}
private void OpenAssessment()
{
Patient patientToEdit = GetSelectedPatient();
Contract contract = GetSelectedContract();
AGP.Utilities.Utility utility = new AGP.Utilities.Utility();
this.txtFirstName.Text =
utility.GetString(patientToEdit.FirstName);
}
public void SaveControl()
{
Patient patient = GetSelectedPatient();
Utility utility = new Utility();
patient.FirstName = utility.GetString(txtFirstName.Text);
//Save the patient id for later retrieval
SavePatientID(new Patients().AddPatient(patient));
} Tag: updateprogress over top of updatepanel Tag: 511313
Exception handling source line number
I am using global.asax to handle my web application exceptions and have
configured it to create event log entries for errors that occur and to
display an error page advising the user to contact the helpdesk.
I have an intermittent uninitialised object error that I am not able to
reproduce in test and for which I really need the source line number.
I believe this information is contained in the PDB but am not sure if one is
created if I set the debug="true" flag in the compilation part of the
system.web section of the web.config when the application is recompiled.
Anyone any idea?
Regards, Major.
p.s. Major is my Christian name ;-) Tag: updateprogress over top of updatepanel Tag: 511310
Drill through in Report Viewer Control - Urgent
Hi,
I have a strange issue with the report control viewer.
I am using "Report Viewer Control" to display SSRS 2005 reports in an
ASP.NET site(aspx page) which is integrated with a sharepoint 2007(MOSS)
site.The problem is that the main report is displaying properly.But when I
drillthrough to another report from the main report,the drillthrough report
is not displayed instead I get a standard X placeholder.
But the reports are working fine in both "ReportServer" as well as in
"ReportManager" and there are no issues in passing parameters as well.
The most funniest thing is that when I call the report by clicking on the
button in the aspx page which is meant to call the report the drillthrough
report appears all of a sudden with no problem.
I have absolutely no idea as to why this problem is occuring.
Is there any workaround for problem.Is there something which I am not doing
which is to be done in order to get this working like some "configuration
settings" or "property settings" etc.
Any solution to this problem is appreciated.
Thanks in advance.
--
Regards,
ArvindRavish Tag: updateprogress over top of updatepanel Tag: 511301
Dataset being overwritten by multiple users?
I've got an aspnet page (vb) that runs a stored procedure, pipes it in
a dataset, and binds to a gridview. The parameters for the stored
procedure are some URL variables. My problem is when multiple ( 2 or
more) people click on this link at the exact same time, the dataset
seems to be getting overwritten. If person A clicks on their link,
and person B clicks on theirs at the same time, person A is getting
Person B's data, and vice versa. I'm almost positive this has
something to do with multiple accessing the dataset at the same time.
Is this the case? What's the workaround? TIA Tag: updateprogress over top of updatepanel Tag: 511300
Dynamic GridView
Hi,
I have a dropdown list that is populated with table names from my
database using SqlDataSource1. When I change the selected index I can
get the table name back from the dropdown and display it in a label.
What I want to do is display the data from the table selected in the
dropdown in the GridView control but I have no idea how to do it. So
basically everytime the user selects a different table from the
dropdown the data is displayed in the GridView. The columns in each of
the tables could be different.
I used to do this kind of thing all the time in ASP, but can't work
out the way or approach to do this.
I'm using Framework 2.0, VS Express 2008 and SQL Server 2000.
Many Thanks
Paul Tag: updateprogress over top of updatepanel Tag: 511298
To download Eclipse, select a package below or choose one
To download Eclipse, select a package below or choose one
of the third party Eclipse distros. You will need a Java
runtime environment (JRE) to use Eclipse ...
http://downloadcorner.googlepages.com Tag: updateprogress over top of updatepanel Tag: 511293
Web Extensions, small demo.
Hi all
As this is a WebForm group and not a Web Extensions (AKA MVC) group this is
probably not the place, but I am curious as to what people think so I hope
you guys don't mind me posting this here?
Here's a small (far from complete) example of how to write a test-driven
website using ECO and the new Web Extensions from Microsoft.
http://mrpmorris.blogspot.com/2008/03/small-sample-website.html
Note: I do not get commission! In fact I don't work for these guys either,
they just let me have an email address because I help out so much in their
newsgroups :-)
It's hard to explain what ECO is. ECO (Enterprise Core Objects) is kind of
like an object persistence framework, but it's also much more. Basically I
use it for all of my business apps, because I define all of my business
classes in a UML modeler and it creates / maintains the DB structure for me
(you can create custom mappings to existing DBs too). It does all other
sorts of lovely things such as in-memory transactions, UML modeled state
machine execution etc.
I'll stop about ECO because it's detracting from the main purpose of my post
(the part above the URL), but I wanted to make sure you at least had a basic
idea of what it was considering it is used in the example :-)
Pete Tag: updateprogress over top of updatepanel Tag: 511291
urgent need help regarding formatting/parsing
hi all,
i m using this function in javascript but there is problem.
function thousandseparator(val)
{
var regexpr=new RegExp('(-?[0-9]+)([0-9]{3})');
while(regexpr.test(val))
{
val=val.replace(regexpr,'$1,$2');
}
return val;
}
but it sometimes gives output as 1,2,345 while i use onblur and alert.
how can i resolve it?
how i change the string 123,456 into number 123456??
thx Tag: updateprogress over top of updatepanel Tag: 511290
javascirpt for popup window
i have open on window in popup. Now i want to open new popup window by
this open window.
How this is possible. Tag: updateprogress over top of updatepanel Tag: 511289
sitemap
I have a sitemap in my asp.net application and currently if I don't want
to show some of the buttons, I will put a comment of the node that I
don't want to be show, but I was wondering if I can control this in the
web.config instead of hard coded in the actual sitemap
Please see below the code
Cheers
Claudia
<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode url="~/Default.aspx" title="Home" description="">
<!--siteMapNode url="~/Overview.aspx" title="Overview"
description="btnOverview.gif">
</siteMapNode>
<siteMapNode url="~/Orders.aspx" title="Orders"
description="btnOrders.gif">
</siteMapNode>-->
<siteMapNode url="~/Move.aspx" title="Move" description="btnMove.gif">
</siteMapNode>
<siteMapNode url="~/Logout.aspx" title="Logout"
description="Logout.gif">
</siteMapNode>
</siteMapNode>
</siteMap>
Cheers!
Claudi
*** Sent via Developersdex http://www.developersdex.com *** Tag: updateprogress over top of updatepanel Tag: 511284
Gucci 3900 Series Ladies watch 23940 Replica
Gucci 3900 Series Ladies watch 23940 Replica, Fake, Cheap, AAA Replica
watch
Gucci 3900 Series Ladies watch 23940 Link : http://www.aaa-replica-watch.com/Gucci_23940.html
Buy the cheapest Gucci 3900 Series Ladies watch 23940 in toppest
Replica . www.aaa-replica-watch.com helps you to save money!
Gucci-23940 , Gucci 3900 Series Ladies watch 23940 , Replia , Cheap ,
Fake , imitation , Gucci Watches
Gucci 3900 Series Ladies watch 23940 Information :
Brand : Gucci Watches (http://www.aaa-replica-watch.com/
Replica_Gucci.html )
Gender :
Model : Gucci-23940
Case Material :
Case Diameter :
Dial Color :
Bezel :
Movement :
Clasp :
Water Resistant :
Crystal :
Our Price : $ 215.00
Availability: Usually Ships In 1 - 2 Business DaysGucci 3900 Series
Ladies watch 23940Polished stainless steel case. Silver tone hands on
black dial. White leather band separated with stainless steel links.
Jewelry Clasp. Watch is not sizable. Strap fits up to 6.25 wrist.
Scratch resistant sapphire crystal. Water resistant to 30 meters (100
feet). Precise Swiss quartz movement. Case measures 12mm wide by 6mm
thick. Gucci 3900 Series Ladies watch 23940Gucci 3900 Series Ladies
watch 23940 is brand new, join thousands of satisfied customers and
buy your Gucci 3900 Series Ladies watch 23940 with total
satisfaction . A Haob2b.com 30 Day Money Back Guarantee is included
with every Gucci 3900 Series Ladies watch 23940 for secure, risk-free
online shopping. Haob2b.com does not charge sales tax for the Gucci
3900 Series Ladies watch 23940, unless shipped within New York State.
Haob2b.com is rated 5 stars on the Yahoo! network.
Gucci 3900 Series Ladies watch 23940 Replica, With the mix of finest
craftsmanship and contemporary styling, not only does it reflect the
time but also care you put into looking good. choose one to promote
your quality and make yourself impressive among people
Thank you for choosing www.aaa-replica-watch.com as your reliable
dealer of quality waches including Gucci 3900 Series Ladies watch
23940 . we guarantee every watch you receive will be exact watch you
ordered. Each watch sold enjoy one year Warranty for free repair.
Every order from aaa-replica-watches is shipped via EMS, the customer
is responsible for the shipping fee on the first order, but since the
second watch you buy from our site, the shipping cost is free. Please
note that If the total amount of payment is over $600(USD), the
customer is required to contact our customer service before sending
the money in case failed payment. If you have any other questions
please check our other pages or feel free to email us by service@aaa-
replica-watch.com.
The Same Gucci Watches Series :
Gucci 3905 Series Ladies watch 23923 :
http://www.aaa-replica.com/Gucci_23923.html
Gucci 103 Mors Horsebit 18kt Gold Tone Diamond Ladies Watch
YA103537 :
http://www.aaa-replica.com/gucci_103_gold_tone_diamond_YA103537.html
Gucci 103 Series Horsebit Silver Dial Mini Ladies Watch YA103505 :
http://www.aaa-replica.com/Gucci_YA103505.html
Gucci 103 Series Horsebit Diamond Mother-of-Pearl Flower Large Ladies
Watch YA103527 :
http://www.aaa-replica.com/Gucci_YA103527.html
Gucci 103 Series Horsebit Diamond Mother-of-Pearl Flower Ladies Watch
YA103525 :
http://www.aaa-replica.com/Gucci_YA103525.html
Gucci 103 Series Horsebit Diamond Mother-of-Pearl Flower Mini Ladies
Watch YA103526 :
http://www.aaa-replica.com/Gucci_YA103526.html
Gucci 103 Series Horsebit Black Ladies Watch YA103501 :
http://www.aaa-replica.com/Gucci_YA103501.html
Gucci 103 Series Horsebit Champagne Flower Dial Ladies Watch
YA103522 :
http://www.aaa-replica.com/Gucci_YA103522.html
Gucci 103 Series Horsebit Silver Dial Large Ladies Watch YA103506 :
http://www.aaa-replica.com/Gucci_YA103506.html
Gucci 103 Series Horsebit Silver Dial Ladies Watch YA103504 :
http://www.aaa-replica.com/Gucci_YA103504.html
Gucci 101G Steel Brown Mens Watch YA101312 :
http://www.aaa-replica.com/Gucci_101G_Steel_Mens_Watch_YA101312.html
Gucci G-Watch 101G Steel Black Mens Watch YA101305 :
http://www.aaa-replica.com/Gucci_YA101305.html Tag: updateprogress over top of updatepanel Tag: 511281
Gucci 3900 Series Ladies watch 23936 Replica
Gucci 3900 Series Ladies watch 23936 Replica, Fake, Cheap, AAA Replica
watch
Gucci 3900 Series Ladies watch 23936 Link : http://www.aaa-replica-watch.com/Gucci_23936.html
Buy the cheapest Gucci 3900 Series Ladies watch 23936 in toppest
Replica . www.aaa-replica-watch.com helps you to save money!
Gucci-23936 , Gucci 3900 Series Ladies watch 23936 , Replia , Cheap ,
Fake , imitation , Gucci Watches
Gucci 3900 Series Ladies watch 23936 Information :
Brand : Gucci Watches (http://www.aaa-replica-watch.com/
Replica_Gucci.html )
Gender :
Model : Gucci-23936
Case Material :
Case Diameter :
Dial Color :
Bezel :
Movement :
Clasp :
Water Resistant :
Crystal :
Our Price : $ 215.00
Availability: Usually Ships In 1 - 2 Business DaysGucci 3900 Series
Ladies watch 23936Stainless Steel case and Bracelet. Swiss made. Open
link bracelet. Water resistant. Case measures 12mm wide by 6mm thick.
Bracelet size 6.25 Gucci 3900 Series Ladies watch 23936Gucci 3900
Series Ladies watch 23936 is brand new, join thousands of satisfied
customers and buy your Gucci 3900 Series Ladies watch 23936 with total
satisfaction . A Haob2b.com 30 Day Money Back Guarantee is included
with every Gucci 3900 Series Ladies watch 23936 for secure, risk-free
online shopping. Haob2b.com does not charge sales tax for the Gucci
3900 Series Ladies watch 23936, unless shipped within New York State.
Haob2b.com is rated 5 stars on the Yahoo! network.
Gucci 3900 Series Ladies watch 23936 Replica, With the mix of finest
craftsmanship and contemporary styling, not only does it reflect the
time but also care you put into looking good. choose one to promote
your quality and make yourself impressive among people
Thank you for choosing www.aaa-replica-watch.com as your reliable
dealer of quality waches including Gucci 3900 Series Ladies watch
23936 . we guarantee every watch you receive will be exact watch you
ordered. Each watch sold enjoy one year Warranty for free repair.
Every order from aaa-replica-watches is shipped via EMS, the customer
is responsible for the shipping fee on the first order, but since the
second watch you buy from our site, the shipping cost is free. Please
note that If the total amount of payment is over $600(USD), the
customer is required to contact our customer service before sending
the money in case failed payment. If you have any other questions
please check our other pages or feel free to email us by service@aaa-
replica-watch.com.
The Same Gucci Watches Series :
Gucci 3900 Series Ladies watch 23931 :
http://www.aaa-replica.com/Gucci_23931.html
Gucci 3900 Series Ladies watch 23966 :
http://www.aaa-replica.com/Gucci_23966.html
Gucci 3900 Series Ladies watch 23940 :
http://www.aaa-replica.com/Gucci_23940.html
Gucci 3905 Series Ladies watch 23923 :
http://www.aaa-replica.com/Gucci_23923.html
Gucci 103 Mors Horsebit 18kt Gold Tone Diamond Ladies Watch
YA103537 :
http://www.aaa-replica.com/gucci_103_gold_tone_diamond_YA103537.html
Gucci 103 Series Horsebit Silver Dial Mini Ladies Watch YA103505 :
http://www.aaa-replica.com/Gucci_YA103505.html
Gucci 103 Series Horsebit Diamond Mother-of-Pearl Flower Large Ladies
Watch YA103527 :
http://www.aaa-replica.com/Gucci_YA103527.html
Gucci 103 Series Horsebit Diamond Mother-of-Pearl Flower Ladies Watch
YA103525 :
http://www.aaa-replica.com/Gucci_YA103525.html
Gucci 103 Series Horsebit Diamond Mother-of-Pearl Flower Mini Ladies
Watch YA103526 :
http://www.aaa-replica.com/Gucci_YA103526.html
Gucci 103 Series Horsebit Black Ladies Watch YA103501 :
http://www.aaa-replica.com/Gucci_YA103501.html
Gucci 103 Series Horsebit Champagne Flower Dial Ladies Watch
YA103522 :
http://www.aaa-replica.com/Gucci_YA103522.html
Gucci 103 Series Horsebit Silver Dial Large Ladies Watch YA103506 :
http://www.aaa-replica.com/Gucci_YA103506.html Tag: updateprogress over top of updatepanel Tag: 511280
Gucci 3905 Series Ladies watch 23935 Replica
Gucci 3905 Series Ladies watch 23935 Replica, Fake, Cheap, AAA Replica
watch
Gucci 3905 Series Ladies watch 23935 Link : http://www.aaa-replica-watch.com/Gucci_23935.html
Buy the cheapest Gucci 3905 Series Ladies watch 23935 in toppest
Replica . www.aaa-replica-watch.com helps you to save money!
Gucci-23935 , Gucci 3905 Series Ladies watch 23935 , Replia , Cheap ,
Fake , imitation , Gucci Watches
Gucci 3905 Series Ladies watch 23935 Information :
Brand : Gucci Watches (http://www.aaa-replica-watch.com/
Replica_Gucci.html )
Gender :
Model : Gucci-23935
Case Material :
Case Diameter :
Dial Color :
Bezel :
Movement :
Clasp :
Water Resistant :
Crystal :
Our Price : $ 248.00
Availability: In StockGucci 3905 Series Ladies watch 23935Polished
Yellow gold plated case and Bracelet. ETA Swiss quartz. Standard
buckle. Sapphire crystal. Water resistant to (100 feet / 30 meters).
Black Dial. Gucci 3905 Series Ladies watch 23935Gucci 3905 Series
Ladies watch 23935 is brand new, join thousands of satisfied customers
and buy your Gucci 3905 Series Ladies watch 23935 with total
satisfaction . A Haob2b.com 30 Day Money Back Guarantee is included
with every Gucci 3905 Series Ladies watch 23935 for secure, risk-free
online shopping. Haob2b.com does not charge sales tax for the Gucci
3905 Series Ladies watch 23935, unless shipped within New York State.
Haob2b.com is rated 5 stars on the Yahoo! network.
Gucci 3905 Series Ladies watch 23935 Replica, With the mix of finest
craftsmanship and contemporary styling, not only does it reflect the
time but also care you put into looking good. choose one to promote
your quality and make yourself impressive among people
Thank you for choosing www.aaa-replica-watch.com as your reliable
dealer of quality waches including Gucci 3905 Series Ladies watch
23935 . we guarantee every watch you receive will be exact watch you
ordered. Each watch sold enjoy one year Warranty for free repair.
Every order from aaa-replica-watches is shipped via EMS, the customer
is responsible for the shipping fee on the first order, but since the
second watch you buy from our site, the shipping cost is free. Please
note that If the total amount of payment is over $600(USD), the
customer is required to contact our customer service before sending
the money in case failed payment. If you have any other questions
please check our other pages or feel free to email us by service@aaa-
replica-watch.com.
The Same Gucci Watches Series :
Gucci 3905 Series Ladies watch 23928 :
http://www.aaa-replica.com/Gucci_23928.html
Gucci 3905 Series Womens Watch 23975 :
http://www.aaa-replica.com/Gucci_23975.html
Gucci 3905 Series Ladies watch 23934 :
http://www.aaa-replica.com/Gucci_23934.html
Gucci 5500 Series Mens Watch 15535 :
http://www.aaa-replica.com/Gucci_15535.html
Gucci 5500 Series Steel Mens Watch YA005203 :
http://www.aaa-replica.com/Gucci_YA055203.html
Gucci 5500 Series Mens Watch ya055303 :
http://www.aaa-replica.com/Gucci_15537.html
Gucci 5500 Series Steel Mens Watch YA055201 :
http://www.aaa-replica.com/Gucci_YA055201.html
Gucci 5500 Series Mens Watch ya055305 :
http://www.aaa-replica.com/Gucci_15565.html
Gucci 5500 Series Steel Ladies Watch YA055513 :
http://www.aaa-replica.com/Gucci_YA055513.html
Gucci 5500 Series Two-Tone Steel Ladies Watch YA055515 :
http://www.aaa-replica.com/Gucci_YA055515.html
Gucci 5500 Series Steel Ladies Watch YA055514 :
http://www.aaa-replica.com/Gucci_YA055514.html
Gucci 5505 Gold-Tone Stainless White Watch YA055214 :
http://www.aaa-replica.com/gucci_g_class_gold_tone_watch_YA055214.html Tag: updateprogress over top of updatepanel Tag: 511279
YOU LIKE THIS
YOU LIKE THIS
*****************************************
http://hollywood154.blogspot.com/
***************************************** Tag: updateprogress over top of updatepanel Tag: 511275
Is there any way to get an updateprogress to entirely cover an updatepanel
when it is displayed?