User Profile
Collapse
-
How do I add a Custom applications in Sharepoint 2010
I have custom asset application done in ASP.NET.How do I add this app 2/have it run in Sharepoint 2010 ?. -
napstar started a topic How to customize a sharepoint list library to show only the user's documentsin .NETHow to customize a sharepoint list library to show only the user's documents
I would like to know how to customize a list library to show only the user's documents.
do sharepoint lists have an event analogous to ASP.NET Page Load event? -
What are some good open source software and hardware inventory management tools?
I'm looking for good open source software and hardware inventory management software.Does anyone have any ideas? -
Using an "and" in LINQ
Is it possible to use an "and" in LINQ i.e:
var londonCustomers = from customer in Customers
where customer.City == "London"
and customer.Credit CardType="Visa"
select customer;
if yes/no how do I achieve this? -
napstar started a topic How do I customize a sharepoint task list to only display tasks assigned to the userin .NETHow do I customize a sharepoint task list to only display tasks assigned to the user
How do I customize a sharepoint task list to only display tasks assigned to the user who is currently logged in? (when the user clicks on the task list) -
How do I perform insertions & updates to a table in SQL server using C#?
I'm trying to create a leave app in asp.net,I have a leaveHistory table which would store each employee's personal details and their leave history(empLeav eHistory).
This field has an xml data type.I would like to know how to create an xml document from data retrieved from a web form using C#.For some reason the command object doesn't execute the query and I'm stumped.
This is the C# method I have:
public... -
How to display 'Please select all' at top of Union Query results
I have a dropdown list which has an sqldatasource but I'd like the first item on the list to be "Please Select A Title".I tried using a UNION query :
SELECT MessageTable.Ti tle
FROM dbo.MessageTabl e
INNER JOIN dbo.PreacherTab le
ON
dbo.PreacherTab le.PreacherID=d bo.MessageTable .PreacherID
WHERE dbo.PreacherTab le.PreacherID=1
union select Upper('Please select A Title' )
... -
Replicating Microsoft Access (2000,2002,2003,2007) to SQL Server 2005/2008
Is it possible to have Access(2002,200 3 or 2007) replicate(as publisher) data to SQL Server 2005 or 2008?Code samples would be nice,links would be greatly appreciated. -
Looking for European postalcode/zipcode web service
I'm looking for a web service which returns postal codes/zip codes for any city in the EU.Does anyone know of a free service?I'm looking to consume it in Excel 2007. -
Thanks for the reply.I don't want you to do my work but a code sample would really go a long way in helping. -
Updating progress bar on a form
I have a Progress Control on a Form and a class (ImportClass) which imports rows from a file.
I would like to call the PerformStep method of the form control from the Import class.
Does anyone know how this can be achieved?Code sample would be appreciated. -
Setting selected Index
I know that you can set set values to a drop down list as the page loads but how do I set the value selected index of a drop down list after the page loads in ASP.NET?
Thanks for the anticipate response. -
-
calling a pl sql procedure in Reporting Services
I have a stored procedure in created in oracle(pl sql).I'd like call that stored procedure in SQL Server Reporting services.How do I accomplish this? -
Rows To Columns--urgent!!
I have a function that returns an associative array:
SELECT * FROM table(FUN_SUBCS RIBERTEMP_RPT_B OP(2004)) which gives the following output:
I DATERAN
---------------------- -------------------------
0 31-JAN-04
29671 29-FEB-04
30002 31-MAR-04
30306... -
How to PIVOT in Oracle 8i
I need to generate the count of new subscribers per day for a cable company,I can generate the rows vertically but I need to turn them into columns in oracle 8i.How do I generate the following output?
1-Jan-09 2-Jan-09 3-Jan-09 4-Jan-09 5-Jan-09 6-Jan-09
count
Thnaks -
SSRS report parameters are not wroking properly
I have a multi value Country parameter in SSRS which is populated by an Oracle dataset.There is also a province parameter which is populated based on the Country selected by the user.
These parameters are passed in turn to another dataset which the report is based on.
The problem is when the report is run,the first province and country are always in the report whether they were selected or not.
If I run the query in SQLPLUS with... -
Creating Custom data sets in reporting services
I would also like to know how to create a custom data set in SSRS -
Oracle Cursor Creation in Reporting Services
I would like to know how to create a Cursor in SSRS that will retrieve data from an oracle data source. -
How do I create custom Datasets in SSRS?
I would like to create custom datasets in Reporting Services.Any pointers would be apprectaited.
No activity results to display
Show More
Leave a comment: