all groups > asp.net > april 2005 > threads for saturday april 9
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Refresh frame from another one
Posted by Just D. at 4/9/2005 9:30:46 PM
All,
Who knows how can we refresh a secondary frame automatically if we do a
postback on the primary frame clicking some button control? Do we have any
meta tags to do that automatically or any other trick?
I saw that one guy was placing a hidden link button and used some trick with
__po... more >>
Physical Location of IP Address
Posted by Verde at 4/9/2005 4:59:20 PM
I know this is somewhat OT, but don't know where else to ask: How can I
discover the rough physical location of an IP address? By "rough physical
location" I'm thinking at least country, and ideally the state and/or city
name.
Thanks
... more >>
Control panel visibility inside datagrid
Posted by Manny Chohan at 4/9/2005 10:23:02 AM
Hi,
i have a template column in datagrid. Inside template column i have panel. I
want to control the visibility of the panel with checkbox. can this be done?
<asp:TemplateColumn>
<ItemTemplate>
<asp:Panel id="pnlDocumentDetailsGrid" runat="server"
Visible="False">... more >>
Problem displaying image from database..
Posted by Irfan Akram at 4/9/2005 8:05:02 AM
Hi Guys,
I am having problems displaying an image from the database, that alreday has
been uoploaded successfully.
The image loads in correctly, but by default it is displayed on the whole
page. I want it to bde displayed on some part of the page. I was able to do
that if I used img.Imag... more >>
Best book for ASP.NET 2.0?
Posted by VB Programmer at 4/9/2005 5:57:31 AM
I am an experienced ASP.NET 1.1 developer. Any 2.0 books you recommend which
cover what's new, how to use new controls, etc...?
Thanks!
... more >>
How to access image from the server folder
Posted by Manish Songar via .NET 247 at 4/9/2005 5:17:33 AM
(Type your message here)
I am using asp.net. I am not storing image in sql server.I store all
the image in one folder. I want to access image from that folder to my
client machine. Images folder (\Data_Image) store in the same place
into the application root (server machine) like
c:\inetpub... more >>
How to access image into the server folder
Posted by Manish Songar via .NET 247 at 4/9/2005 4:25:17 AM
(Type your message here)
I am using asp=2Enet=2E I am not storing image in sql server=2EI store=
all the image in one folder=2E I want to access image from that=
folder to my client machine=2E Images folder (\Data_Image) store=
in the same place into the application root (server machine)=
l... more >>
ASP.NET thumbnail creating and saving
Posted by asad at 4/9/2005 1:55:02 AM
Hello friends, how ru all, i have some problem about saving created
thumbnail, following is the code i use for creating thumbnail but thumbnail
was not saved it is on memory which method is used to store created thumbnail
in to hard disk
<%@ Page Language="VB" ContentType="text/html" R... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Session management in user control
Posted by vikram at 4/9/2005 1:01:07 AM
I am using below mention code in a web usercontrol for
session management for hastable objects.
Code works sometime and sometime it doesnt work. Is there
some problme in code:
Private Sub SaveState()
Session.Item(Me.ID & "cols") = ColumnsListHashTable
Session.... more >>
'System' does not match the assembly reference.
Posted by Rui Macdonald at 4/9/2005 12:31:02 AM
I trying some asp from angGoGo PhotoControl and when I star it on my computer
always gives the following message, Can you please help me? :-(
-------------------------------------------
Description: An unhandled exception occurred during the execution of the
current web request. Please rev... more >>
any tools for developing a website for mobile devices??
Posted by Peter at 4/9/2005 12:00:00 AM
Hi All,
I am a novice .NET developer, using a 60 trial version of VS.NET 2003 to
learn .NET.
I would like to develop a website which can be accessed from a mobile
device.
What are my options,
- If I am to use .NET, then do i need a licensed version of .NET for this.
- Can I develop my sma... more >>
What is "this" ?
Posted by WJ at 4/9/2005 12:00:00 AM
What is "this" that is being used by many asp and asp.net web applications
and is there "that" object some where ? Googled what is that and was not
satisfied @ all !
I know for sure that in c#, I donot need "this" and the thing still works
correctly as expected ! Is there a very good reason... more >>
Exception in the User Control
Posted by Prince Mathew at 4/9/2005 12:00:00 AM
Hi All,
I have a requirement. I am throwing an exception from the Page_Load of my
user control I want
to catch this in my container page. Is this possible?
The Page_Load of user control is executed after the Page_Load of the page.
So we cannot catch this in the Page_Load of the page. So my ... more >>
Popup Suggestion
Posted by C NO[at]SPAM rLoS at 4/9/2005 12:00:00 AM
Dear All,
I wanna ask how I can make up some pop-up message in ASP.NET WebForm. I cant
find anything like MessageBox in ASP.NET, and I have tried to use Javascript
(alert) to make it. It works fine ONLY IF the page will NOT be redirected to
another page afterwards. When Response.Redirect(, ... more >>
How <div> does?
Posted by ad at 4/9/2005 12:00:00 AM
When we create a new aspx in VS.Net, it will insert <div> tag inside <form>
tag, like below.
What is the function of <div> do?
----------------------------------------------------------------------------
------------------------------------------
<form id="form1" runat="server">
<div>
... more >>
Question regarding bypassing security
Posted by tim almond at 4/9/2005 12:00:00 AM
I currently have a system where the client has a login page which has a
SQL server database behind it and does authentication.
The client wants to have a page which can be logged into by passing a
user ID/password into the URL. I also need the system to say that if
there is no user ID/passw... more >>
newb event attempt.
Posted by Qwert at 4/9/2005 12:00:00 AM
Hello,
two questions about the following code (.aspx file):
Why doesn't the 'Text' property of control 'Label1' get changed in the
function 'SetLabelText()'?
How do I trigger the 'SetLabelText()' function when the mouse moves over the
label control? The line code as below does not functio... more >>
|