0
votes
1answer
6 views
asp:HyperLink build NavigateUrl within Repeater using XPATH data
I am using a repeater for some products I am listing.
I'm trying to build an asp:HyperLink NavigateUrl using both hardcoded text as well as XPATH data.
…
1
vote
1answer
16 views
High performance ASP.NET setup
I would like to ask you what is the best setup for a following application:
ASP.NET 3.5 Web site - used as a presentation layer, a lot of AJAX and JS. Will not hit the server a lot.
ASP.NET WCF - …
0
votes
3answers
10 views
how to call an image button event in a function
hi,
i need to call an image button event in a function. how to call
protected void ImageButton1_Click(object sender, ImageClickEventArgs e)
{
}
this my function
void bindData()
{
…
0
votes
1answer
45 views
.net certification
I am planning to take a 70-536 certification, also i plan to take a Microsoft Certified Technology Specialist (MCTS): .NET Framework 3.5, ASP.NET Applications certification.
Could you please let me …
0
votes
2answers
11 views
problem with aspx url
i m building website in asp.net
when i run my pages
i expect that my brower should display url like this
http://www.fixpic.com/uploo.aspx
but instead of this it displays
…
0
votes
2answers
27 views
Restricting user password character set
Working on a login system - the point where customer chooses their password for site access.
Beyond using RegEx to ensure that the password is strong enough, normally on our system all data that …
0
votes
3answers
16 views
Adding javacript in Datalist
That's my code but that says not well formed....
How can i correct that?
<ItemTemplate>
<asp:HyperLink ID="HyperLink1" runat="server" Text='<%# Eval("Name") %>' …
1
vote
2answers
29 views
How do i maintain the state of my Html Controls on postback with JQuery and JSON?
I have a form with a collection of Html and ASP Server Controls. Im using JSON to preload some drop-down lists.
I want to maintain the states of these drop-down lists on postback. Im quite new to …
1
vote
3answers
30 views
Where to store user login information in asp.net
when I build asp.net applications that require user login, I write a method in my businees class that returns a Member object instance if the user is logged in, null if not. Then I do this:
…
0
votes
2answers
33 views
How to modify request headers in c#,ASP .NET.
I am working on a ASP .NET mVC project & i have to change HttpHeaders. see the foolowing code snippet:
WebRequest req= HttpWebRequest.Create("myURL");
HttpWebResponse response = …
0
votes
0answers
8 views
issue in ajax modal pop up control when used witih listbox control[which is of a javascript]
hi, i am using ajax modal pop up control. it works fine with other control. when use with listview control [ this is an control where i have a javascript code once user clicks on the …
0
votes
0answers
13 views
Not responding to web application
Hi..
Iam trying to run my webapplication using twitter. It is redirecting to my application but not responding. Showing server error'/' application - runtime error. Please help me out from this.
…
0
votes
1answer
14 views
Gridview column resize and pagesize in asp.net
I have this datatable which i need to bind to a gridview,this datatable conatain really long data but i cant resize the gridview columns so the display looks really big and all data wrapped up …
0
votes
1answer
29 views
please suggest a good .NET Webservice book
Dear All,
can u please suggest a good .NET webservice book? I do have basic knowledge in web service.
0
votes
5answers
47 views
In asp.net is there a function to validate an email address?
I've noticed that if you try to send an email to an invalid address, an exception is raised:
MailAddress To=new MailAddress("invalidemailaddress","recipientname");
throws:
"The specified string …
