Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:865525
More Search Options
RSS Available
Matching Posts
Re: Show div on postback
What you have on line 17 should work or if not, putting lines 57-60 in place of line 17 should work. To avinash's question, what sort of project are you working on?
Posted to
Web Forms
(Forum)
by
SynergyNT
on 12/24/2009
Re: Show div on postback
[quote user="chickflickssuck"] I have run into this exact situation before, what I do is [/quote] This could work, but you should definitely try to get it working the right way before doing a work-around like this. The C# conversion of this would be... <% if (!Page.IsPostBack) { %> <div id="div1" style="visibility: collapse; display: none;"> <% } else { %> <div id="div2" style="visibility: visible; display: inline;"> <%
Posted to
Web Forms
(Forum)
by
SynergyNT
on 12/24/2009
Re: Invoice number generation
Assuming your orders are going to be in a DB, you could query your DB for the most recent record, trim off the FBN prefix, add one and add the FBN prefix back to come up with your next invoice number.
Posted to
Architecture
(Forum)
by
SynergyNT
on 12/23/2009
Re: Required Field for multiple text box.
I do not believe you can tie a single validator to multiple controls at the same time.
Posted to
Web Forms
(Forum)
by
SynergyNT
on 12/23/2009
Re: Repeater Item
It would seem that rptBooks does not have any items at the point you are calling this method. Have you tried putting an if statement before the loop to determine if rptBooks has items and display something if it does not?
Posted to
Data Presentation Controls
(Forum)
by
SynergyNT
on 12/23/2009
Re: making a linkbutton behave like a button when clicked
There is not AutoPostBack property for the LinkButton. This post may help you. http://forums.asp.net/p/927611/1079567.aspx
Posted to
Getting Started
(Forum)
by
SynergyNT
on 12/23/2009
Re: making a linkbutton behave like a button when clicked
I don't believe this is possible. The click event of the LinkButton causes a postback and there is not a built-in method for disabling the postback, but still handling the event. Can you do whatever it is you are needing from client-side and just call a JS function for everything? In this case, you could use an HTML anchor and set an onClick for that.
Posted to
Getting Started
(Forum)
by
SynergyNT
on 12/23/2009
Re: Invoice number generation
Ludovico makes a good point. You have to manage concurrency if you are going to read the last record and manually increment.
Posted to
Architecture
(Forum)
by
SynergyNT
on 12/23/2009
Re: Show div on postback
if (Page.IsPostBack) { Panel1.Visible = true; }
Posted to
Web Forms
(Forum)
by
SynergyNT
on 12/23/2009
Re: Repeater Item
Can you post the code for your repeater?
Posted to
Data Presentation Controls
(Forum)
by
SynergyNT
on 12/23/2009
Page 1 of 24 (233 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online