| • Fw: Good One
Please check who you forward messages to. I think this was unintentional, but it has happened before.
|
| • print datagrid in asp.net
Hi,
I want to print my data of datagrid of the web page.
I don't know which controls are needed.
Do i need java script for that?
|
| • DataGridView Combobox column Error
I've populated all the cells in a combo box column with values from 1 -
50 using the following code:
foreach (DataGridViewRow row in uxTabSummary.Rows)
{
DataGridViewComboBoxCell cell = (DataGridViewComboBoxCell)
row.Cells;
for (int i = 1; i < 51; i++)
{
cell.Items.Add(i);
}
}
However, after the user changes a value in the drop down combo box, and
|
| • Adding Pictures
Hi!
1.- Try this group: microsoft.public.inetserver.asp.general
2.- About your question...
"imgRes" is not a command is only an aux variable to concat the rigth image name.
imgRes = "< img src='/images/products/'" & Rs("id_of_the_product") &
"> ".jpg'> "
I mean, for example, this will be converted in something like
"< img
|
| • TCP/IP Application Failover
Hi,
I would like to know if anyone has any ideas or pointers to build/buy application failover in tcp level.
We have an application which has TCP/IP (socket) interface to external systems,we like to achieve seemless transperent failover on this socket connections.
Any ideas on this will be highly appreciated.
Srini
|
| • need c++ ,vc++(mfc) ,com atl che interview questions
I Need c++ ,vc++(mfc) ,com atl interview questions
if any one have it then please mail me
|
| • .Net issue
Aman,
We aren't mind readers. You'll have to give us a lot more information than that.
What is the purpose of your program?
Is it a Windows.Forms program or an ASP.NET program?
What line of code causes the problem, and in what method does it exist?
What error message(s) do you get?
What connection string are you using?
What type of database are you using?
Why do you use the term
|
| • Crysta Reports
Mohan,
What you are trying to do ... tell exactly there are millions of way to do...
Raj
|
| • retrieve user's email address from Active Directory
Okay. I'll keep picking at it.
Thanks so much for your help,
Dennis
|
| • To copy from sheet2 to sheet1 in Excel using VB.net
Anybody know the solution to this??
-V
|
| • Generics Programming in C#
I wanna create a class named Vector2D,but i dislike code like this
"double x,y;",so I want to use GP ,but fallen into disorder,look codes below:
class Vector2D<T>
{
T x;
T y;
...
void add(Vector2D<T> a)
{
x += a.x; //error!
y += b.y; //error!
}
...
}
Then i search in web, found two resolutions:
i choose the one below ,and use interface instead of delegate.
I wonder why
|
| • Retrive texbox's value which is inside the datagrid iusing J
Hi,
First see the "View source" for your page. An Id will be generated for your textbox. It might be something like datagrid1_ctl1_txtRate1,
datagrid1_ctl1_txtRate2................ These Ids will be the same always.
So y dont u use them in javascript.
Regards,
Bharti Kumar.
|
| • Accessing the Clipboard from a thread other than the Main th
Hey guys, I was wondering how one would go about accessing the clipboard ( ie: Clipboard.SetDataObject(object data1); ) from a thread other than the main thread... I hear that delegates help... thanks in advance!!
|
| • User Redirected to another server
Peter,
Thanks for such a wonderful explaination. I would do more research in direction you have mentioned,
I hope this would help me.
Raj
|
| • IIS Group
Hi Group,
We have started a new group for IIS related problem if u interested u can join the group,
The groups URL is,
Regards,
Satheesh
|
| • Question about working with 2003 projects in vs2005...
This is kind of a pain as people wanting to maintain projects for clients that don't yet want to upgrade their framework must keep a version of Visual Studio 2003 on their machine (or even the 2002 version).
I really wish they would make their product downward compatible. Right now, the dll hell has been replaced with a framework hell.
|
| • Deploy Application using Crystal Report 10
Hi All,
I have created Web App which uses Crystal Report 10.
It works find on my local machine.
Can any body help me what do I need to do to deploy it on Web Server as there is no Crystal Report 10 is installed on it.
Raj
|
| • DataSource Controls in ASP.Net 2.0 With Demo
Hi,
Regards,
Satheesh
|
| • VB NET Web Server error - A connection could not be establis
attempting to create or open the Web project located at
URL: 'http:localhost/TravelLifeQuote'.'A connection could not be
established.
<<
Did it really say that? Or did it say, "... attempting to create or open the Web project located at URL: ''.'A connection could not be established"
Those two forward slashes need to be there.
Apologies if it was just a typo.
Peter
CC
|
| • Request Filtering
I assume your Web server has an internal IP address and is behind a proxy firewall that redirects external requests. If that is the case,
you could use the request path to only allow certain functions for request paths representing internal IP addresses (192.168.xx.xx, or whatever).
Having said that, I'm not entirely sure about the logic behind what you're trying to do. If people are authorize
|
| • Crystal Report Error : Have any one encountered this error
Tito,
Thanks a lot for your help.
Raj
|
| • VB NET Web Server error - A connection could not be establis
Can anyone help with the problem below?
Thanks.
-----------------------------------
Dear All,
I was attempting to open up one of my Web applications when I received this message:
The Web server reported the following error when attempting to create or open the Web project located at URL: 'http:localhost/TravelLifeQuote'.'A connection could not be established.
I tried reinstalling the IIS serve
|
| • Creating Custom Sections in Web.config
Hi,
Regards,
Satheesh
|
| • Y multiple inheritance is not supported by .net
Here's what I posted the last time this question was asked:
I can't speak for the C# team, but I can give you a general answer.
Multiple inheritance is problematic every time there is an "Inheritance Diamond" - i.e. when two, or more, classes you are extending share a common ancestor. The difficulty is that the same method might be defined in several different ways by several differen
|
| • How to pass column runtime to crystal report
Hi All,
I am devloping crystal report for my web application. I am using asp.net 2.0 and asp.net crystal report. I am struct in one situation
I want to display column in crystal report on the basic of query. means my columns are not fixed.
Example
My query results to show marks of student in different subjects
student id subject name marks
1 english 100 1
|
| • Throw out the highest and lowest grades
Bradley, Peter <mailto:pbradley> wrote:
Stephen,
We've thrown this around in the office quite a bit, but the only way
we've come up with is, like you, to use a cursor. That's likely to
be quite slow, so you'll probably want to do it asynchronously.
I shouldn't really be trying to help with this, either. I'm a
vegetarian :)
We have had a vegitarian as a judge once before. I
|
| • Dataview & data grids - setting the value of a drop down. -
cause wrote:
Hi,
I have a data table which contains data that i want to display in a
data grid. In the datagrid one of the columns is a dropdownlist. From
this datatable i create a dataview which i am setting as the datsource
of grd.
The rows are poulating fine for me except that the 'selectedvalue' i
have for the dropdownlist is being picked up. Do you know if it is
possible to do th
|
| • Context menu issue on datagrid
I managed to resolve the problem thanks
|
| • Wiring Delegates to Events Registering the Event handler
I understand delegates and the simple method of declaring and then invoking it. But, I need some simple explanation of how to register a handler to a notification object.
In other words, how does one simply apply the delegate? I have read several articles and the complexity of the actual "registering" the handler to a listener seems confusing.
thanks.
|
| • C# ASP.net developer needed local to Redmond (Microsoft)
Hi I am looking for a good C#, ASP.net developer who is local to Redmond.
This candidate will be evaluated for a great team at Microsoft on contract.
If not local to Seattle, must be willing to travel there if you clear the telephonic round.
Please mail relevant resumes to ashvin.lima That is ashvin dot lima at xoriant dot com Thanks
|
| • How to display Image in crystal report??
Hi Group!!
I want to dispaly image from a static path to my crystal report,
How is this possible??
Can any bdy tell me??
Thanx and regards Hemal.
|
| • Unexplained error
whenever u drag and drop any control from tool box .net initilize them in code behind.
Sometimes it doesnt initilize that control. Now if u compile application it gives errors.
Solution is that u initilize it urself there in code behind.
On 7/12/06, Mr. Bean <mkhiami> wrote:
Hello, am working on a C# asp.net web application using visual studio
2005 team edition. IN some pages when i ad
|
| • Multiple DLL exists at installation
Thanks for suggestion.
This is enough for me to start digging more in details with different option
|
| • Tip/Trick: Using Server Side Comments with ASP.NET 2.0
Hi,
Regards,
Satheesh
|
| • Crystel Report Style
Hey Any one help me...
I want to print the report using crystal report.
but the layout which i want should be displayed in Boxes.
Plz give me suggestion and code.
thanks
|
| • Page Break
Hello Group,
I m Trying to explore the Dataset directly to the explorer,
I get succeded on that, It is a *HTML report* but the only problem is that when i see the print preview, i see that the data are not properly arranged, i mean i *want to set page break* on that.
I have tried *Page-Break-After and Page-Break-Before*
but it didn't work.
Can any body help me on that???
Thanks in Advance,
H
|
| • InterView Questions
sorry ans for 1 Q is CausesValidation = false
|
| • vbscript in C#
Don't they have bookstores in Vietnam ? Or are you asking if someone can suggest a good book ?
If the latter, then the problem you will face is that most books are specific to a particular language or area of .NET.
|
| • Mail Labels
Hi, Sandeep
My query fields' datatypes are same.
I m passing fields from my windows form to crystal report.I haven't use any formula in Report.
I tried by formula but it doesn't work.
Thanks..
Priya..
On 7/14/06, sandeep.s.pawar <sandeep.s.pawar> wrote:
hi priya,
i have seen your query all the field are dynamic.
all the field data type also may be different, if i am not
|
| • Help needed with WSE 3.0
Pls check these links
On 7/10/06, Nilukshi Tharanga Ekanayake <chootikka> wrote:
Hi everyone ,
I am quite new to WSE. So, could you please give me some *websites *where
I can get to know *WSE version 3.0* better and with domw *code samples*.
Any *documentation *which you have made for yourself are also most
welcome.
Thank you in advance.
Best wishes to everyone,
*Nilukshi.T
|
| • permanently running an executable
Then perhaps you can make it so that only users who are Admins can close your application, everyone else will get an "Access denied"
error. But this is assuming that your "average users" are not running as Admins themselves.
|
| • Pl help me How to show alert & then reidrect to next page in
Dear All
Hi, I am Jignesh from Ahmedabad I have some problem in ASP.NET. PL. HELP ME.
I want to display an alert message and then redirect to next web page.
Following is my coding FYI.
If ch1 "N" Then
Response.Write("alert('YOUR ARE LOGGED IN SUCESSFULLY...') ") ' ===> This alert and wait is not displaying on screen it redirectes to next page.
Response.Redirect(
|
| • Dynamic Report
I mean to say dynamic report is not only to show values of fields , it has to show header and caption also.
any suggestion is welcome.
On 7/10/06, prashant <mca.pkt> wrote:
Rajendra Dewani wrote:
> what do you mean by dynamic report.
>
> tell me in detail, dynamic report is possible but for the solution i
need
> data structure and report to be build
>
> Rajend
|
| • restrict multiple user logins with same username
Hmm. I share your misgivings, but I took it that the OP wanted to stop a user from opening two sessions concurrently (say, in two browser instances). I don't think your solutions address that. Or maybe there's something I've missed.
Perhaps the OP should let us know more exactly what is required.
As to maintenance, again I sympathise with what you say - but why should it be a problem as long
|
| • Get the position(Means X and Y) of textbox using jscript
Hi friends
I want to get the x and y position of textbox.
This textbox has no top and left attribute. It is placed in a html table.
Thanks in advance..
|
| • Read X and Y position of a Textbox using jscript
Hi friends..
I want to read X and Y position of a Textbox.
This textbox has no top and left attributes.
It is placed in html table.
Thanks in advance....
|
| • Sanskrit Work in Excel
I would like to know if there is any method of programtically (ie VBA coding) of changing the the display properties of two built in boxes in an Excel spreadsheet.
I am presently working with Sanskrit text in Excel. If you want to torture yourself, that is an excellent method. By now I can manipulate most things.
However, whenever you are in any cell in an spreadsheet, Excel dispalys its content
|
| • Couning Distinct Values
I'm trying to count distinct group numbers. The data is already in the table. I just need to count the distinct groupnumbers in the table.
Is my syntax correct?
here is the code that I'm using:
Dim lnumgrp As Int64 lnumgrp = oWS.WSDataSet.Tables("Worksheet").Compute("Count Distinct(GroupNumber)", "Exclude=false")
If the syntax is not correct, could anybody give some suggestions on how I can
|
| • Join nabeel's Professional Network on Rozee.pk
Dear ajaxpro,
Assalam o Alaikum
nabeel hussain would like to add you to his professional network on Rozee. If the message text is garbled, please visit / and log into your Rozee account to add nabeel hussain to your network.
Thank you for using Rozee.pk!
The Rozee Team
ABOUT ROZEE:
Rozee.pk is Pakistan's premier recruiting service. Posting a job on Rozee is completely free!
Rozee.pk's mission
|
| • Regarding Dumps
Hi
I wish to take up the MCAD certification in .NET. Can anyone clarify my doubt. What actually the dump is? Will it work? There are lot of versions regarding the dump. Whether these dumps vary exam by exam or not?
If so, which training materials will guide me more to complete the exam successfully.
Hariharan
|