all groups > asp.net > march 2007 > threads for monday march 12
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 31
HyperlinkField!!!
Posted by Adam Knight at 3/12/2007 9:58:43 PM
Hi all,
I have a GridView with a number of columns, the last of which is a
HyperLinkField column.
I am wanting to alter the 'NavigateUrl' property of this column at run time.
Currently i am trying to do this via the OnDataBound method of the GridView.
However, I don't seem to be able t... more >>
Split the date
Posted by ajash.pv NO[at]SPAM gmail.com at 3/12/2007 9:27:16 PM
i want to split date as date ,month, year, from the input like
value of textbox1.text="03/06/2007"
i want it like
03(month)
06(day)
2007(year)
separately, and want to store each value in different integer
variables
plz send coding....
... more >>
Session_End event not working
Posted by jamal idba at 3/12/2007 8:50:03 PM
Hello, I'm working with web developper express edition.
I have a global.asax. I have a web application all ready.
The problem is : Session_End event is never raised.
I have in my web.config file :
<sessionState
timeout="6"
mode="InProc"
cookieless="true"
/>
... more >>
Split the date
Posted by ajaspersonal NO[at]SPAM gmail.com at 3/12/2007 8:33:15 PM
i want to conver date,from input like
textbox1.text="03/06/2007"
here i want date(06),month(03),year(2007)
in different variable
language: asp.net with vb.net:
... more >>
List. Find. What is wrong with my code?
Posted by shapper at 3/12/2007 6:59:35 PM
Hi,
I just created a predicate class following some articles there is an
error.
Could you please, tell me, what might be going on?
1 Public Class FindRowByName
2
3 Private _RowName As String
4 Public Property RowName() As String
5 Get
6 ... more >>
Binding Dropdownlist in Edit Template of datagrid
Posted by Victorious1 at 3/12/2007 6:58:00 PM
When the editcommand is execured for my datagrid the dropdown list appears
for the bound item status. However, the item selected by default does not
match the unedited data. How do I make the dropdownlist selected item match
the correspond to the original data. HTML for dropdownlist below
... more >>
How to step through javascript in aspx page
Posted by moondaddy at 3/12/2007 6:49:08 PM
I have an asp.net 2.0 app using vs2005. how can I step through the java
script in the aspx page?
Thanks.
--
moondaddy@noemail.noemail
... more >>
Best way for this layout of products
Posted by PokerMan at 3/12/2007 6:10:25 PM
Hi
I want to lay out a product list but not in a standards list format.
So i want it as so (sorry for the crudeness):
-------------------------------------------
BIG pic here | title here
| -----------------------
| ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
username or uid, or your own user tables?
Posted by JJ at 3/12/2007 5:34:57 PM
Just wondering what approach you more experienced developers take here:
I am writing a basic cms system to add pages to a site. One function I want
to add is to limit access to a new page on either a role or user basis.
My basic question is:
When assigning permissions in to (for example) a ... more >>
ASP.Net 2.0 Vb Root Namespace with MasterPage
Posted by gabe at 3/12/2007 4:40:12 PM
Hi,
We have a number of projects that will use the default 'Root
Namespace' option in the project properties box. There will be a
common Master Page that will be used among the projects. I'd like to
be able to use the master page without including the root namespace in
the masterpage Page de... more >>
Places to store a password
Posted by eggie5 at 3/12/2007 4:37:08 PM
I'm looking for the best place to store a general password I use on
my website. Short of hard coding it into one of my aspx.cs files, I'm
trying to find a good place to store it. The only place I can think of
is the web.config file. Can somebody give me some pointers on elegent
ways to do this ... more >>
Global Address List from ASP.NET web application?
Posted by bajaguide NO[at]SPAM yahoo.com at 3/12/2007 3:31:11 PM
I am writing an intranet web application that involves the end user
having to select multiple people from the total list of AD users at
our company. Ideally I would like to let the user click on a button
"Address Book" and have the same type of interface that comes up when
you perform that func... more >>
send email in ASP.net2.0
Posted by momo at 3/12/2007 3:17:08 PM
Hello,
I've been having a prlbem sending an email using ASP.net 2.0 I can send an
email if “To†address is hotmail, gmail or yahoo but not other addresses.
Does anyone know how I can resolve this problem?
Thank you very much in advance,
Chieko
... more >>
question about login and roles
Posted by Ben at 3/12/2007 3:11:51 PM
Hi,
I defined roles in order to deny access for some pages to anonymous users.
I tested it by typing the url of a denied page to test the system
(http://denypage.aspx).
It works (access denied), and i'm automatically redirected to the login.aspx
file that is defined in the root of the a... more >>
Symbol MK1100 - ASP App - Any Developers??
Posted by Gary Evans at 3/12/2007 3:04:08 PM
Hi all. I have a customer that would like to utilize some MK1100 Mini Kiosk
units at his store. The App we're trying to use is an ASP application. I can
make the units login to the Network, and run the App, but I "Must" drop the
UPC-A check digit during the scans. I'm familiar with most of the... more >>
Logos in Web Form
Posted by Bret at 3/12/2007 2:52:03 PM
I have .jpg file that represents my customer's logo.
Please how do I get this into my into my Web Form & Web Project. I have a
folder I've created named "Images" but dont know what to do from here.
thanks for any assistance.... more >>
Available consultants with Kraftware
Posted by mandarkraftware NO[at]SPAM gmail.com at 3/12/2007 2:43:12 PM
Hi,
We have the following 3 consultants available immediately with us:
1: Khalid Ansari - C++/unix
2: Rubeel - Network Engineer
3: Bandi - QA Tester( Only for Bay area)
Please feel free to contact us.
Thanks & Regards,
Mandar Purandare
Kraftware Inc.
Direct : 402 408 6601
P... more >>
XslCompiledTransform locks files?
Posted by Hans Kesting at 3/12/2007 1:13:31 PM
Hi,
In our ASP.Net webapplications, we use xslt a lot. For 1.1 developing was
"easy":
start up the website and go to the page where the xslt was used. Change the
xslt
(save it) and refresh the page: the new results are visible.
Now we are transferring to 2.0 and XslCompiledTransform. T... more >>
Setting text in HeaderTemplate, how??
Posted by Jeff at 3/12/2007 1:06:09 PM
ASP.NET 2.0
I have a webpage which contains a GridView. I want this GridView's
HeaderTemplate to display the text "Inbox" or "Outbox"... So I think I need
to set the value in the code behind file... Anyone got any tips about how to
do this?
Jeff
... more >>
Debug=true in config same as IDE?
Posted by john_c at 3/12/2007 10:33:53 AM
Is setting Debug=true in the config file the same as compiling with
the IDE set to debug?
Thanks,
John
... more >>
PAGING not working in ASP DataGrid
Posted by getziiiiiiiiiii at 3/12/2007 10:29:56 AM
Hi There. . I need some help in paging (which is not working) in
ASP:DATAGRID
My Data source id is a function which returns DataTable to this
datagrid.
Do i need a code behind to get the next page working?
thanks for help.
this is how my data grid look like:
<asp:datagrid
... more >>
Accessing SessionState in Application_Error
Posted by Nemisis at 3/12/2007 10:07:05 AM
Hi everyone,
I am trying to create a custom error page, that the user gets shown
when a error has occurred within my website. The code works
perfectly, apart from when an invalid URL is typed in, then i am
unable to pass the exception from the global.asax file to the page via
the sessionstat... more >>
Generic List
Posted by shapper at 3/12/2007 9:49:38 AM
Hello,
I have a generic list named Rows:
Dim a As New Generic.List(Of Row)
Row is a structure which has 2 properties: Name and Content.
Is it possible, without a for loop, to find a Row in Rows which Name
is "Home" and get its content?
Thanks,
Miguel
... more >>
How can I get the GridView object in the RowDataBound event?
Posted by mark4asp at 3/12/2007 9:01:10 AM
I have two grid views on the page and I want them to share the same
RowDataBound event.
In debug mode in notice that sender and gvMandates (below) are both
termed {System.Web.UI.WebControls.GridView} when I add a watch and
that they show more or less the same properties and methods (depending
... more >>
Binding data to DropDownList...
Posted by RAB at 3/12/2007 9:00:21 AM
I have the following code:
<%@ Page Language="VB" %>
<script runat="server">
Function GetName() As System.Data.IDataReader
Dim connectionString As String = 'path to datasource
Dim dbConnection As System.Data.IDbConnection = New
System.Data.OleDb.OleDbConn... more >>
what's the difference - view in browser
Posted by rodchar at 3/12/2007 8:59:21 AM
hey all,
is there any difference between right clicking on my web page and saying
view in browser or doing a Debug/Start Without Debug ? As far as stuff like
cache, Needing to use Rebuild Page for changes I make, etc.
thanks,
rodchar... more >>
How much bandwidth is used?
Posted by Smokey Grindel at 3/12/2007 8:51:23 AM
When I do a command like this with a web response
Dim webRequest As System.Net.HttpWebRequest
' --- more code here
webRequest.GetResponse.Close()
how much data would this return if I dont open a stream and read from it? I
am assumething that it only returns the reponse from the server ... more >>
authorization based on url parameters
Posted by xke at 3/12/2007 8:10:19 AM
Using web.config authorization settings, is it possible to allow my
users to access default.aspx but not default.aspx?action=edit ??
<location path="default.aspx">
<system.web>
<authorization>
<allow users ="*" />
</authorization>
</system.web>... more >>
Publishing website & SQL Express DB
Posted by jsqrd at 3/12/2007 8:07:27 AM
Hey gang,
A newbee here trying to publish my first website (developed using VS
2005 using a login control tied to a SQL express database).
Everything works fine, except the login. I suspect the database did
not transfer.
Can anyone provide insight on the proper methodology?
Thanks in ad... more >>
HeaderText & HeaderImageUrl in TemplateColumn in DataGrid
Posted by rn5a NO[at]SPAM rediffmail.com at 3/12/2007 7:15:03 AM
A DataGrid has the following TemplateColumn:
<asp:DataGrid ID="dgCart"...OnSortCommand="SortGrid"
AllowSorting="true"....>
<Column>
<asp:TemplateColumn HeaderImageUrl="Images\Up.gif" HeaderText="ID"
SortExpression="PID">
<ItemTemplate>
<asp:Label ID="lblPID" Text=<%# Container.DataItem("PID... more >>
Could not load type ***
Posted by AB NO[at]SPAM at 3/12/2007 7:01:30 AM
Hi,
I have a problem that I cannot resolve about an error that says:
'Could not load type "****" ', and if I remove that file or only that
row, there're some and some errors more of the some type. The
regeneration of the code don't take me anyway.
How I can resolve this?
Thanks
AB@
... more >>
how to stop asp:Timer
Posted by Ismail at 3/12/2007 6:48:48 AM
Hello,
I have webform and usercotnrol with asp:Timer on it. I am in tick
event doing count down of timer. What i want to do is when the
countdown is complete stop the timer. I tried Timer1.Interval=0; but
i get error. How do i stop timer once a particular condition is
reached.
Oh yes i... more >>
urgent - breakpoint will not currently be hit?
Posted by goldie11 at 3/12/2007 6:07:13 AM
Hi Everyone,
I don't know why - but suddenly when I put breakpoints on
some pages of my application, the breakpoints change into empty circle
with some exclamation icon on the right bottom of the circle and that
says:
"The breakpoint will not currently be hit. The source code is
different ... more >>
Expand/Collapse table row from hyperlink click
Posted by moondaddy at 3/12/2007 4:27:00 AM
Using asp.net 2.0 and c#, I have a table in a webform. One of the rows in
the table has some text used as a main category heading. I want to be able
to click on this heading and display or hide the row under it (similar to
expanding nodes in a tree). How can I do this all client side? I was... more >>
page-break is not working
Posted by Surya Prabha at 3/12/2007 1:56:00 AM
I am using <div style =page-break-before:always> </div> for page break while
printing a layout designed using <table>, <tr>, <td>. It is working fine in
IE 6.0. But this is not working properly in Windows Vista which is using
IE7.0. The page is breaking in between a page. Is there anyone met s... more >>
Share folder between web projects
Posted by Jakob Lithner at 3/12/2007 1:35:00 AM
We have a complex VS solution with several web projects. The reason is the
applications share a lot of business logic that change often and we want to
observe the implications of all changes.
But the webprojects also share some user controls so we would like to have a
common folder where al... more >>
problem reading web.config's <configSection> - returns null
Posted by Milsnips at 3/12/2007 12:00:00 AM
Hi all.
i'm tryng to implement the Rewrite.NET url rewritining functionality into a
test project i've created, however i am hitting a problem at this line
(direct from the web example):
System.Collections.Specialized.NameValueCollection SectionIndex =
(System.Collections.Specialized.Name... more >>
|